We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb3ed commit 761093eCopy full SHA for 761093e
1 file changed
problems/amd_202602/eval.py
@@ -319,7 +319,7 @@ def run_single_profile(test: TestCase) -> str:
319
torch.cuda.synchronize()
320
321
with profile(activities=[ProfilerActivity.CPU, ProfilerActivity.CUDA]) as prof:
322
- submission_output = custom_kernel(_clone_data(data))
+ submission_output = custom_kernel(data)
323
324
return prof.key_averages().table(sort_by="self_cuda_time_total", row_limit=20)
325
0 commit comments