-
Notifications
You must be signed in to change notification settings - Fork 182
OptiX 8.1 Code Differences #142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't dug into this area yet, so I have no opinion 😄 . If others do, please chime in! |
I ran into this when generating Optix v 9.0. I was going to start doing what @devillove084 suggested with a rust-optix crate but for version 9. |
We're close to getting Optix 7.3 working again with the backend. It's not 8 or 9, but it's something :^) My thoughts on spinning off the optix crates are mixed. Some things to consider:
In the long term, it makes sense to create a separate project with its own CI to support multiple versions of OptiX, release independently, and let users choose versions based on their compute targets. For now, adding support for versions 8/9 in the existing project seems worthwhile, as it allows a shared CI to resolve issues quickly. Supporting multiple versions will be challenging. Currently, we use feature flags and I'd recommend waiting for at least one more dot release before deciding to spin off. We can attempt adding support for 8/9 (or even consider dropping 7) in the current repo and reassess after the next stable release. That said, if there's strong consensus to spin off now, I'm open to it. |
Yeah, I agree. My preference would be keep the focus here / not split the very small and nascent community. If it becomes a problem or we think we are better off splitting down the road we'll deal with it then. |
@LegNeato I've installed OptiX 8.1. After generating the code, there are significant differences compared to the current code. I'm wondering if it's still necessary to maintain a ray tracing sub project within the main CUDA project. Alternatively, should I consider moving it to a dedicated "rust-optix" project so that we can focus more on the relevant issues?
The text was updated successfully, but these errors were encountered: