"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "e5b1ec11199b18b64a2d75d2e79ace41ec788d81"
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 ...@@ -116,6 +116,10 @@ __global__ void
ignore = batch_count; ignore = batch_count;
ignore = block_2_ctile_map; ignore = block_2_ctile_map;
ignore = compute_ptr_offset_of_batch; 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__)) #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