-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello,
I encountered the following error while compiling cuSZ. Could you please tell me how to resolve it?
My environment is as follows:
gcc: 9.4.0
cuda: 11.3
OS: Ubuntu 18.04
cmake:3.22.1
/project/cuSZ/psz/src/kernel/l23r.cuhip.inl(82): error: no instance of function template "psz::rolling::KERNEL_CUHIP_c_lorenzo_1d1l" matches the argument list
argument types are: (f8 *const, const dim3, dim3, const int, double, u4 *const, f8 *, uint32_t *, uint32_t *)
detected during instantiation of "pszerror psz::cuhip::GPU_c_lorenzo_nd_with_outlier<T,E,TIMING,ZigZag>(T *, dim3, f8, int, E *, void *, float *, void *) [with T=f8, E=u4, TIMING=GPU_AUTOMONY, ZigZag=true]"
/project/cuSZ/psz/src/kernel/l23r.cu(4): here
24 errors detected in the compilation of "/project/cuSZ/psz/src/kernel/l23r.cu".
CMakeFiles/psz_cu_core.dir/build.make:187: recipe for target 'CMakeFiles/psz_cu_core.dir/psz/src/kernel/l23r.cu.o' failed
make[2]: *** [CMakeFiles/psz_cu_core.dir/psz/src/kernel/l23r.cu.o] Error 1
CMakeFiles/Makefile2:941: recipe for target 'CMakeFiles/psz_cu_core.dir/all' failed
make[1]: *** [CMakeFiles/psz_cu_core.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
Thank you very much!