GPU Package: Adding JIT test for OpenCL prefetch support.

This commit is contained in:
W. Michael Brown
2023-03-07 21:43:19 -08:00
parent d7c783560a
commit c96ac858bf
3 changed files with 47 additions and 1 deletions

View File

@ -346,6 +346,7 @@ class Device {
int _block_pair, _block_bio_pair, _block_ellipse;
int _pppm_block, _block_nbor_build, _block_cell_2d, _block_cell_id;
int _max_shared_types, _max_bio_shared_types, _pppm_max_spline;
int _nbor_prefetch;
UCL_Program *dev_program;
UCL_Kernel k_zero, k_info;