[Doc][Werror] Fix security alerts and sync with MIOpen (#1085)

* fix Werror unused-parameter

* sync doc requirements

* fix blank space format

* fix dependency issue
This commit is contained in:
Jun Liu
2023-12-13 12:50:15 -08:00
committed by GitHub
parent 6891e4d109
commit 3a3b98ef79
2 changed files with 10 additions and 8 deletions

View File

@@ -50,7 +50,9 @@ __global__ void
ignore = p_in_global;
ignore = out_grid_desc;
ignore = p_out_global;
ignore = batch_count;
ignore = block_2_tile_map;
ignore = compute_ptr_offset_of_batch;
#endif
}