Syed Faaiz

Results 10 issues of Syed Faaiz

Adds configs from .toml file, I decided to go against using individual sections to append the name further since we can do so by keeping everything in a unordered map....

Currently we manage our configurations in Config.cpp. We wish to make a file where we can define the configuration for say using on different platforms.

this addresses issues for the failing tests in #710 for the following tests ``` negative_create_command_queue negative_create_command_queue_with_properties negative_create_command_queue_with_properties_khr ```

This change fixes short comings encountered in 9 tests of the OpenCL-CTS as mentioned in issue #714 we still need to fix kernel descriptors.

Right now the majority of conformance tests for printf related to strings are failing, there are about 11 tests and 10 fail. It mostly has to do with how we...

at the moment three conformance test issues are failing as clvk simply ignore out of order execution (as it is not supported) the tests are negative tests and are meant...

Some printf changes made in clspv (see https://github.com/google/clspv/issues/1371) improve functionality and are required to pass the printf conformance tests(this https://github.com/kpet/clvk/pull/715 PR also requires the change to pass).

This change moves the printf buffer from the queue to the kernel to resolve the issue of concurrent printf not printing properly . Please see #578 bullet 4

I am trying to run vkoverhead on an intel device, from the dump i can see the following memory types available ```vkGetPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties) returns void: physicalDevice: VkPhysicalDevice = 0x72a8c3806b30 pMemoryProperties:...