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

Use enum for vendor id #165

Closed
wants to merge 11 commits into from
Closed

Use enum for vendor id #165

wants to merge 11 commits into from

Conversation

DejvBayer
Copy link

This pull request introduces VkFFTVendor enum datatype for vendor id instead of using magic values. It is based on the same datatype as streamID member was.

DejvBayer and others added 11 commits January 24, 2024 15:40
Copy behaviour of e. g. `free` and `fftw_plan_destroy`, where deleting null pointer does nothing instead of segmentation fault.
Add NULL pointer check to deleteVkFFT
-Allows to change descriptors inside one command buffer
-Needs to be enabled by the user before  vkCreateDevice and set with usePushDescriptors flag in configuration of VkFFT
-there is a warning in validation layer that needs to be investigated "vkCreateDevice: pCreateInfo->pNext chain includes a structure with unexpected VkStructureType VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR"
-improved glslang management in CMake
-replaced the relative path to the glslang_c_interface with the full path
-fixed missing line that was lost somewhere during v1.3.0 reorganization of read/write module
-enabled through singleKernelMultipleBatches parameter
-kernel batching is controlled through coordinateFeatures
-number of input/output systems is controlled through numberBatches
-sample 53 shows the usage of this option
@DejvBayer DejvBayer closed this Mar 9, 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

Successfully merging this pull request may close these issues.

2 participants