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

Integrate GPU memory mapping using adrenotools_mem_gpu_allocate and a… #30

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

Ishan09811
Copy link
Owner

  • Added GPU memory allocation using adrenotools_mem_gpu_allocate in Vulkan driver loading process.
  • Mapped the allocated GPU memory to the CPU using adrenotools_mem_cpu_map.
  • Ensured correct memory allocation and mapping steps are executed after loading the Vulkan driver.
  • Updated error handling for memory allocation and mapping failures.

@Ishan09811 Ishan09811 merged commit 3fdef75 into master Oct 5, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant