coreylowman / cudarc

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

Are there any break changes soon? #237

Closed Garrybest closed 1 month ago

Garrybest commented 1 month ago

I'm planning to use cudarc as a tool for my rust project to invoke cuda. I see this sentence in README.md.

Pre-alpha state, expect breaking changes and not all cuda functions contain a safe wrapper. 

Are there any break changes soon? When is it released? It could affect my decision of developing plan.

coreylowman commented 1 month ago

Not any wide revamps planned. I'm trying to be very strict with what I consider a breaking change - e.g. all of these are breaking changes and will result in a minor version number bump:

And also you don't have to update to the latest version - if the version you pick works for you, you can just stick with that.