m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs
http://www.ilgpu.net
Other
1.34k stars 115 forks source link

[BUG]: Unit tests failing on GitHub runner with MacOS 14 #1213

Closed MoFtZ closed 4 months ago

MoFtZ commented 4 months ago

Describe the bug

GitHub recently changed the version of MacOS used by the CI pipeline, from v12.7.4 to v14.4.1.

Since then, the ILGPU unit tests on MacOS for net6, net7 and net8 have been failing with an System.OutOfMemoryException exception on ILGPU.Tests.CPU.CPURuntimeTests.TestCustomDeviceSetup.

Environment

Steps to reproduce

MacOS v12: https://github.com/m4rs-mt/ILGPU/actions/runs/8776583718/job/24080306177

MacOS v14: https://github.com/m4rs-mt/ILGPU/actions/runs/8841125867/job/24277712656

Expected behavior

All unit tests should pass.

Additional context

No response

MoFtZ commented 4 months ago

Still failing.

m4rs-mt commented 4 months ago

Fixed with the latest updates to our CustomDevice tests.