I`m trying to run it on GPU using DML. I installed required packages

and when im trying to set provider
var sessionOptions = new SessionOptions()
{
LogSeverityLevel = OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE,
LogVerbosityLevel = 1,
EnableMemoryPattern = false
};
sessionOptions.AppendExecutionProvider_DML();
it breaks with next error:
Microsoft.ML.OnnxRuntime.OnnxRuntimeException: '[ErrorCode:RuntimeException] '
Also i tried running it on CUDA, but it was even slower, than on CPU, and i tried to run it using TensorRT, but there was problems with model, i guess..
Im running on RTX 3050, and DX12 is installed.
I`m trying to run it on GPU using DML. I installed required packages
and when im trying to set provider
it breaks with next error:
Microsoft.ML.OnnxRuntime.OnnxRuntimeException: '[ErrorCode:RuntimeException] 'Also i tried running it on CUDA, but it was even slower, than on CPU, and i tried to run it using TensorRT, but there was problems with model, i guess..
Im running on RTX 3050, and DX12 is installed.