I was using longformer with cuda 11.0 (needed for newer gpus). But lib_diagonaled_mm_float32_cuda.so was compiled on cuda 10.0.
Instructions to compile with tvm is fetching docker with cuda 10.0 image anyway, is there any way/hint to compile library using newer CUDA version. Or whole tvm library was compiled with cuda 10.0?
Hi appreciate the repo.
I was using longformer with cuda 11.0 (needed for newer gpus). But
lib_diagonaled_mm_float32_cuda.so
was compiled on cuda 10.0. Instructions to compile with tvm is fetching docker with cuda 10.0 image anyway, is there any way/hint to compile library using newer CUDA version. Or whole tvm library was compiled with cuda 10.0?