AQLM icon indicating copy to clipboard operation
AQLM copied to clipboard

`__CUDA_ARCH__<=8.0` compilation error fix.

Open BlackSamorez opened this issue 1 year ago • 0 comments

bfloat16 is not supported on T4 and GPU with the same or lower Compute Capability, meaning the kernels will throw an error compiling. This PR isolates the code behind CC check and throws a runtime error if kernel is not available.

BlackSamorez avatar Mar 12 '24 21:03 BlackSamorez