GithubHelp home page GithubHelp logo

isabella232 / cassian Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intel/cassian

0.0 0.0 0.0 625 KB

Cassian is a multi-API conformance test suite for compute kernel languages.

License: MIT License

C++ 90.51% Python 1.59% C 3.38% CMake 4.52%

cassian's Introduction

Cassian

Cassian is a multi-API conformance test suite for compute kernel languages.

Main goals:

  • Provide a framework for developing black-box tests for compute kernels.
  • Abstract runtime layer so the same kernel can be consumed by different APIs.

Currently supported:

  • Languages:
    • OpenCL C
    • C for Metal
  • Runtimes:
    • OpenCL
    • oneAPI Level Zero

Getting started

Build dependencies

  1. Catch2
  2. OpenCL Headers
  3. oneAPI Level Zero Headers

Runtime dependencies

  1. OpenCL driver
  2. oneAPI Level Zero driver
  3. OpenCL offline compiler (ocloc)

All above runtime dependencies can be found in compute-runtime project.

Build

git clone https://github.com/intel/cassian
cd cassian
cmake -B build -S .
cmake --build build --parallel

Alternatives

The following list contains projects that at first sight looks similar to Cassian and the explanation how Cassian is different from them:

  1. OpenCL CTS - tests for OpenCL API and OpenCL C. Cassian focuses mainly on kernel languages including OpenCL C and on support for multiple APIs like OpenCL and Level Zero.
  2. oneAPI Level Zero Tests - tests for Level Zero API layer. Cassian supplements this project by providing tests for kernel language features using Level Zero API.
  3. Amber - multi-API test suite for shader languages. Main concepts of Amber and Cassian are similar i.e. test multiple kernel/shader languages using different runtime APIs. Amber focuses on 3D APIs and shader languages where Cassian targets Compute environments.

License

Cassian is licensed under the MIT License.

Catch2 extensions in catch2_utils.hpp are licensed under the Boost Software License.

cassian's People

Contributors

alubinski avatar bkoscielak avatar gwawiork avatar jczapiews avatar kapix avatar ltowarek avatar marekkozl avatar vmustya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.