Avoid reporting unused member function error (#507)

[ROCm/composable_kernel commit: 7038723a46]
This commit is contained in:
Po Yen Chen
2022-11-15 09:54:37 +08:00
committed by GitHub
parent ff9f244625
commit a28f26cd0a

View File

@@ -116,6 +116,10 @@ __global__ void
ignore = batch_count;
ignore = block_2_ctile_map;
ignore = compute_ptr_offset_of_batch;
compute_ptr_offset_of_batch.GetAPtrOffset(0);
compute_ptr_offset_of_batch.GetBPtrOffset(0);
compute_ptr_offset_of_batch.GetCPtrOffset(0);
#endif // end of if (defined(__gfx908__) || defined(__gfx90a__))
}