You need to sign in or sign up before continuing.
Unverified Commit 7038723a authored by Po Yen Chen's avatar Po Yen Chen Committed by GitHub
Browse files

Avoid reporting unused member function error (#507)

parent 730204ee
......@@ -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__))
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment