Closed foxnne closed 6 months ago
Would it be safe to make contributions on the mach-core branch right now?
Sorry for the confusion! That big PR is now merged, and 'main' is safe for contributions. The only thing we should avoid is changing mach-core
versions until sysgpu
is re-enabled. Once that happens I'll update everything to latest. :)
Currently
mach-core
has disabledsysgpu
until further notice, which we need for stability on macOS. There is also a crash on build withsysgpu
enabled on Windows for the version currently used in Pixi.We will be frozen on this version until
sysgpu
is reenabled inmach-core
.For now, Windows/Linux users can build and run using
zig build run
, and macOS users can build and run usingzig build run -Duse_sysgpu=true
.