It is useful to build the gaudi algorithm wrappers so that the nightly tests in the x86_64_v3-el9-gcc12+cuda12_1-opt+g platform (now in master) are passing.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
I would propose to disable those tests for that platform. The wrappers call into the device library, which cannot execute on CPU on +cuda platforms. Also having function wrappers for CPU would require an additional build of most of the device library with a different (CPU) target.
There are also a bunch of failing tests in MooreOnline, as they try to run the gpu build.
This is getting in the way of the reference updates (the bot doesn't like it when a test fails on some platforms but passes on others). What shall we do here?