Giter VIP home page Giter VIP logo

igc-compiler-bug-numba-dpex's Introduction

Reproducer for broken IGC compilation for the output of

Building spirv binary launcher

  1. Activate oneapi via setenv.bat or any other way
  2. cmake -B build -S . -GNinja
  3. cmake --build build --target run_example
  4. .\build\run_example.exe

Output

Execution device: Intel(R) Iris(R) Xe Graphics
Execution device driver_version: 31.0.101.5382
Read SPV and names
Size of SPV: 8984
Name of the kernel: kernel
Starting CL build...
Created program with IL!
Could not build program with IL:-11

Expected output

Execution device: Intel(R) Iris(R) Xe Graphics
Execution device driver_version: 31.0.101.5382
Read SPV and names
Size of SPV: 8844
Name of the kernel: kernel
Starting CL build...
Created program with IL!
Created cl program!
Created kernel bundle!

Building spirv binaries

Since ll is version 14, you need llvm 14'th version llvm-as

  1. llvm-as.exe -o kernel.ir kernel.ll
  2. <path to 2024.0 compiler>\llvm-spirv.exe -o kernel_2024_0.bc kernel.ir
  3. <path to 2024.1 compiler>\llvm-spirv.exe -o kernel_2024_1.bc kernel.ir

igc-compiler-bug-numba-dpex's People

Contributors

zzeekkaa avatar

Watchers

 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.