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

cuda12 support #28

Closed
tlambert03 opened this issue Jun 5, 2023 · 2 comments
Closed

cuda12 support #28

tlambert03 opened this issue Jun 5, 2023 · 2 comments

Comments

@tlambert03
Copy link
Member

Trying to update the feedstock for cuda12 revealed that there are some things in geometryTransform.cu that are no longer compatible with cuda12:

/home/conda/feedstock_root/build_artifacts/cudadecon_1685986977889/work/src/geometryTransform.cu(180): error: texture is not a template

/home/conda/feedstock_root/build_artifacts/cudadecon_1685986977889/work/src/geometryTransform.cu(213): error: no instance of overloaded function "tex3D" matches the argument list
            argument types are: (<error-type>, float, float, float)

/home/conda/feedstock_root/build_artifacts/cudadecon_1685986977889/work/src/geometryTransform.cu(253): error: no instance of overloaded function "tex3D" matches the argument list
            argument types are: (<error-type>, float, float, float)

/home/conda/feedstock_root/build_artifacts/cudadecon_1685986977889/work/src/geometryTransform.cu(274): error: identifier "cudaBindTextureToArray" is undefined

/home/conda/feedstock_root/build_artifacts/cudadecon_1685986977889/work/src/geometryTransform.cu(315): error: identifier "cudaBindTextureToArray" is undefined

see conda-forge/cudadecon-feedstock#18

this issue is to track support for cuda12 before trying the feedstock again later

@jakirkham
Copy link

Should add we have seen this on both Linux & Windows

@tlambert03
Copy link
Member Author

closed by #29

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

2 participants