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

[ROCm/composable_kernel commit: 2e971eff90]
This commit is contained in:
Vidyasagar Ananthan
2025-07-03 20:10:29 -07:00
committed by GitHub
parent ecd43eb93b
commit fa57cec140

View File

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