[CUDA] synch properly waits for all tasks to finish and clear (#2303)

* cuda synch properly waits for all tasks to finish and clear

* fix copy
This commit is contained in:
Awni Hannun
2025-06-17 12:03:25 -07:00
committed by GitHub
parent b8022c578a
commit cad5c0241c
7 changed files with 27 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ cuda_skip = {
"TestEinsum.test_ellipses",
"TestEinsum.test_opt_einsum_test_cases",
"TestLoad.test_load_f8_e4m3",
"TestMemory.test_memory_info",
"TestLayers.test_group_norm",
"TestLayers.test_pooling",
"TestLayers.test_quantized_embedding",