Skip to content

Conversation

@SlawomirMakowski
Copy link

This commit introduces command-line options to the basic tests that allow users to specify data types, vector sizes, and strides for the tests. This enhancement provides flexibility and easier debugability in testing various configurations.

  • added v1|v2|v3|v4|v8|v16 options to select vector size
  • added s1|s3|s4|s5 options to select stride value
  • added char|uchar|short|ushort|int|uint|long|ulong|float|half|double options to specify data type used in test.

Above options available for following tests:

  • async_copy_global_to_local
  • async_copy_local_to_global
  • prefetch
  • async_strided_copy_global_to_local
  • async_strided_copy_local_to_global

@CLAassistant
Copy link

CLAassistant commented Nov 28, 2025

CLA assistant check
All committers have signed the CLA.

@SlawomirMakowski SlawomirMakowski force-pushed the test_basic_improvements branch 3 times, most recently from 3ff004e to c605700 Compare November 28, 2025 13:08
This commit introduces command-line options to the basic tests that allow users to specify data types, vector sizes, and strides for the tests.
This enhancement provides flexibility and easier debugability in testing various configurations.

* added v1|v2|v3|v4|v8|v16 options to select vector size
*added s1|s3|s4|s5 options to select stride value
* added char|uchar|short|ushort|int|uint|long|ulong|float|half|double options to specify data type used in test.
Above options available for following tests:

* async_copy_global_to_local
* async_copy_local_to_global
* prefetch
* async_strided_copy_global_to_local
* async_strided_copy_local_to_global
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