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

CUDA 12 Updates #25

Open
Downchuck opened this issue Mar 9, 2024 · 0 comments
Open

CUDA 12 Updates #25

Downchuck opened this issue Mar 9, 2024 · 0 comments

Comments

@Downchuck
Copy link

Downchuck commented Mar 9, 2024

Example edits for updating to CUDA 12:

Update cuda/pinned_vector.h:
Thrust pinned memory in CUDA 12.0

Update cuda/imageProcessing/scale.cu:
Fix CUDA texture bugs and replace all instances of CUDA texture references with texture objects

There may be an easier way on texture intrisics but I don't know it at the moment.

Other unrelated updates for a newer build on ubuntu mantic:

Update shader/compute/compute_blur.glsl:
but texture2D and texture calls are mixed.

stdint.h is missing in many files.

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