turbo0628 / MetalBugReprod

Minimal reproduction of an Apple metal compilation bug.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build command:

clang++ -Wall -std=c++17 -I./metal-cpp  -fno-objc-arc -O2  -framework Metal -framework Foundation -framework Cocoa  ./reprod.cpp -o reprod

You could observe the following crash on MacOS 12+:

Assertion failed: (false), function test_compute_pipeline, file reprod.cpp, line 46.
Compiler encountered an internal error[1]    9971 abort      ./reprod

About

Minimal reproduction of an Apple metal compilation bug.


Languages

Language:C++ 99.0%Language:Python 1.0%