You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix NVIDIA#1: added missing cudaExternalMemoryDedicated flag on cudaExternalMemoryHandleDesc
Bugfix NVIDIA#2: IsWindows8<xxx>OrGreater queries return false on Windows 10. Always returning Windows 10 values now (might break on older Windows versions)
Get the following error for
cuda-samples/Samples/cudaTensorCoreGemm
The error goes away if I decrease
M_TILES
,N_TILES
andK_TILES
to 168(from 256).Any ideas about this?
Thanks.
The text was updated successfully, but these errors were encountered: