ILGPU icon indicating copy to clipboard operation
ILGPU copied to clipboard

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

Open MoFtZ opened this issue 10 months ago • 1 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

MoFtZ avatar Apr 26 '24 02:04 MoFtZ

Still failing.

MoFtZ avatar May 02 '24 19:05 MoFtZ

Fixed with the latest updates to our CustomDevice tests.

m4rs-mt avatar May 04 '24 12:05 m4rs-mt