coreylowman / cudarc

Safe rust wrapper around CUDA toolkit
Apache License 2.0
483 stars 65 forks source link

add NVRTC_LIB_OVERRIDE #247

Closed brandonros closed 2 weeks ago

brandonros commented 3 weeks ago

closes https://github.com/coreylowman/cudarc/issues/246

slightly related to https://github.com/coreylowman/cudarc/issues/219

brandonros commented 3 weeks ago

image

works for me

coreylowman commented 2 weeks ago

I think a more straightforward change would be to add std::format!("{lib_name}{pointer_width}_{major}0_0"), to the list of choices under https://github.com/coreylowman/cudarc/blob/6fa8132e87c66efd56c9580235af66559a513d2e/src/lib.rs#L115C9-L115C68.

Just so its consistent with how it works now.

No idea why windows is so different for cuda world lol.

brandonros commented 2 weeks ago

moving to https://github.com/coreylowman/cudarc/pull/247