heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.95k stars 448 forks source link

5.4.1 update to 5.5 error #617

Open ggcking opened 3 years ago

ggcking commented 3 years ago

I update omnisci_server from 4.5.1 to 5.5, after restart server, it shows NvidiaKernel.cpp:82 Check failed: cuLinkAddFile_v2( link_state, CU_JIT_INPUT_FATBINARY, gpu_rt_path.c_str(), 0, nullptr, nullptr) == CUDA_SUCCESS (218 == 0) ptxas application ptx input, line 9; fatal : Unsupported .version 7.0; current version is '6.4'. what's the problem ?

cdessanti commented 3 years ago

Hi @ggcking,

The problem would be the driver version. Starting with the 5.5 release, you need to upgrade the driver to the 450.xx version or never (but I would go with 450.xx). The update will fix the error.

Regards, Candido.