Avoid reporting unused member function error (#507)

This commit is contained in:
Po Yen Chen
2022-11-15 09:54:37 +08:00
committed by GitHub
parent 730204eed0
commit 7038723a46

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__))
}