sonots/cumo

Cumo::NArray == Array fails on v100 environment

sonots opened this issue · 1 comments

Cumo::NArray == Array fails on v100 environment

This was just because of my environment

export CUMO_NVCC_GENERATE_CODE=arch=compute_35,code=sm_35

Changing this to following fixed the issue:

export CUMO_NVCC_GENERATE_CODE=arch=compute_70,code=sm_70