mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 12:41:26 +00:00
Removing reference to undefined parameter for ignore statement. (#2447)
This commit is contained in:
committed by
GitHub
parent
d2536b91bc
commit
2e971eff90
@@ -76,7 +76,6 @@ __global__ void
|
||||
#endif
|
||||
#else
|
||||
ignore = karg;
|
||||
ignore = batch;
|
||||
ignore = compute_ptr_offset_of_batch;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user