Fix build errors on CI server (#506)

* Add missing ignore expression

* Add missing include directive
This commit is contained in:
Po Yen Chen
2022-11-12 01:36:55 +08:00
committed by GitHub
parent 4a2a56c22f
commit 4382b41469
2 changed files with 3 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ __global__ void
ignore = a_element_op;
ignore = b_element_op;
ignore = c_element_op;
ignore = batch_count;
ignore = block_2_ctile_map;
ignore = compute_ptr_offset_of_batch;
#endif // end of if (defined(__gfx908__) || defined(__gfx90a__))