Chia-Network / bladebit

A high-performance k32-only, Chia (XCH) plotter supporting in-RAM and disk-based plotting
Apache License 2.0
339 stars 109 forks source link

Make fatlib #361

Closed wallentx closed 11 months ago

wallentx commented 11 months ago

If we set CMAKE_CUDA_ARCHITECTURES OFF, this will generate PTX only for the lowest supported compute capability, and SASS will be generated by the driver JIT for the actual GPU on the user's system at runtime. This may not be what you want if you're distributing precompiled binaries and want them to be runnable out of the box on all supported GPUs.