m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs

Home Page:http://www.ilgpu.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MoFtZ opened this issue · comments

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

  • ILGPU version: v2.0
  • .NET version: .NET 6, .NET 7, .NET 8
  • Operating system: MacOS

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

Still failing.

Fixed with the latest updates to our CustomDevice tests.