Skip to content
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

Add support for OptiX 8 on Liunx. #31

Open
pigLoveRabbit520 opened this issue Jul 16, 2024 · 0 comments
Open

Add support for OptiX 8 on Liunx. #31

pigLoveRabbit520 opened this issue Jul 16, 2024 · 0 comments

Comments

@pigLoveRabbit520
Copy link
Contributor

pigLoveRabbit520 commented Jul 16, 2024

GeForce RTX 3060
OS: Ubuntu 22.04
CUDA: 12.4
Driver Version: 550.100
NVIDIA-OptiX: 8.0.0
I have written a CMakeLists file and I successfully built the project. my fork

I also fix the bug

CU_CHECK(cudaMalloc(((void*)(l.input.data)), sizeof(float) * 4 * b_width * b_height));

to

CU_CHECK(cudaMalloc(((void**)&(l.input.data)), sizeof(float) * 4 * b_width * b_height));
@pigLoveRabbit520 pigLoveRabbit520 changed the title Successfully complied on linux but cudaMemcpy got error. OptiX 8 successfully complied on linux but cudaMemcpy got error. Jul 16, 2024
@pigLoveRabbit520 pigLoveRabbit520 changed the title OptiX 8 successfully complied on linux but cudaMemcpy got error. OptiX 8: successfully complied on linux but cudaMemcpy got error. Jul 16, 2024
@pigLoveRabbit520 pigLoveRabbit520 changed the title OptiX 8: successfully complied on linux but cudaMemcpy got error. Add support for OptiX 8 on Liunx. Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant