Removing reference to undefined parameter for ignore statement. (#2447)

This commit is contained in:
Vidyasagar Ananthan
2025-07-03 20:10:29 -07:00
committed by GitHub
parent d2536b91bc
commit 2e971eff90

View File

@@ -76,7 +76,6 @@ __global__ void
#endif
#else
ignore = karg;
ignore = batch;
ignore = compute_ptr_offset_of_batch;
#endif
}