https://github.com/oneapi-src/level-zero-tests
oneAPI Level Zero Conformance & Performance test content
https://github.com/oneapi-src/level-zero-tests
oneapi
Last synced: 10 months ago
JSON representation
oneAPI Level Zero Conformance & Performance test content
- Host: GitHub
- URL: https://github.com/oneapi-src/level-zero-tests
- Owner: oneapi-src
- License: mit
- Created: 2020-03-05T19:13:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T09:45:19.000Z (10 months ago)
- Last Synced: 2025-03-28T10:44:24.660Z (10 months ago)
- Topics: oneapi
- Language: C++
- Homepage: https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
- Size: 13.5 MB
- Stars: 48
- Watchers: 16
- Forks: 50
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# oneAPI Level Zero Tests
oneAPI Level Zero test source repository contains:
* Conformance test content for validating all features of a oneAPI Level Zero driver.
* Performance Benchmarks implemented using the oneAPI Level Zero Specification.
* Tests for validation Level Zero Loader Layers
## Getting Started
**Prerequisites:**
* oneAPI Level Zero Loader v1.3.6
* Compiler with C++11 support
* GCC 5.4 or newer
* Clang 3.8 or newer
* CMake 3.8 or newer
## Build
See the [BUILD](BUILD.md) file for build instructions.
## Environment Variables
* `LZT_DEFAULT_DEVICE_IDX` = [`INTEGER`] Identifying the index of the default device to load when calling get_default_device test_harness function.
* `LZT_DEFAULT_DRIVER_IDX` = [`INTEGER`] Identifying the index of the default driver to load when calling get_default_driver test_harness function.
* `LZT_DEFAULT_DEVICE_NAME` = [`STRING`] Identifying the name of the default device to load when calling get_default_device test_harness function.
*NOTE: `LZT_DEFAULT_DEVICE_NAME` will be used if set, otherwise `LZT_DEFAULT_DEVICE_IDX` will be used.*
## Contribute
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## License
Distributed under the MIT license. See [LICENSE](LICENSE) for more information.
## Security
See Intel's [Security Center](https://www.intel.com/content/www/us/en/security-center/default.html) for information on how to report a potential security issue or vulnerability.
See also [SECURITY](SECURITY.md).