Support for NVIDIA Compute Capability 3.5

I know it says here (link) that anything with sm_50 should work, but it’s the only place that mentions a minimum. Sounds like it’s a fuzzy requirement? I’ve got a Tesla k40m (sm_35) – is it worth trying, or is it more of a hard requirement?

I think it will work so long as you use a cuda runtime that didn’t remove its support (I think pre cuda 11.8). Since the packaged codeplay plugins use cuda 12, I guess the only way will be if you build from open source intel/llvm following the readme there: GitHub - intel/llvm: Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects. . Not certain though, you have to try it.