Remove cudnn_conv_algo_search tweaks

This commit is contained in:
henryruhs 2024-11-04 09:43:55 +01:00
parent 696b54099e
commit 00c7c6a6ba

View File

@ -15,8 +15,7 @@ def test_multiple_execution_providers() -> None:
[
('CUDAExecutionProvider',
{
'device_id': '1',
'cudnn_conv_algo_search': 'HEURISTIC'
'device_id': '1'
}),
'CPUExecutionProvider'
]