Fixed bugs for undefined tagint and ucl_powr ambiguity in kernels for OpenCL builds

This commit is contained in:
Trung Nguyen
2021-09-20 12:48:29 -05:00
parent 4e88cd158e
commit 42034bd1c9
2 changed files with 12 additions and 4 deletions

View File

@ -27,9 +27,6 @@ BaseAmoebaT::BaseAmoeba() : _compiled(false), _max_bytes(0), short_nbor_polar_av
nbor=new Neighbor();
pair_program=nullptr;
ucl_device=nullptr;
#if defined(LAL_OCL_EV_JIT)
pair_program_noev=nullptr;
#endif
}
template <class numtyp, class acctyp>