Skip to content

kboyarinov/level-zero-tests

This branch is 1 commit ahead of, 340 commits behind oneapi-src/level-zero-tests:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b832fc · Mar 6, 2023
Jan 28, 2022
Nov 4, 2020
Aug 12, 2020
Feb 15, 2023
Jun 30, 2020
Sep 24, 2020
Jan 31, 2023
Apr 1, 2020
Jan 31, 2023
Feb 15, 2023
Feb 15, 2023
Jan 31, 2023
Aug 16, 2022
Mar 6, 2023
Oct 7, 2022
Apr 1, 2020
Aug 18, 2020
Apr 1, 2020
Feb 18, 2022
Jan 31, 2023
Dec 2, 2020
Apr 1, 2020
Jun 10, 2021
Dec 2, 2020
Apr 1, 2020

Repository files navigation

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 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 for more information.

License

Distributed under the MIT license. See LICENSE for more information.

Security

See Intel's Security Center for information on how to report a potential security issue or vulnerability.

See also SECURITY.

About

oneAPI Level Zero Conformance & Performance test content

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.0%
  • Python 9.8%
  • C 3.8%
  • CMake 2.1%
  • Cool 0.9%
  • SWIG 0.4%