Tom Lin

Results 47 issues of Tom Lin

There seems to be some incompatibility when building static binaries with CMake's OMP detection.

We need to import CCCL changes so that Thrust stays updated.

We need to import the CI from BabelStream but replace the env. setup with Docker images.

See https://github.com/UoB-HPC/miniBUDE/issues/36

It seems that we can't specify two fixtures of the same class even with different variables. Here's a minimal reproducer: ```python import reframe as rfm from reframe.core.builtins import variable class...

Hello, Bristol site here 😀 We have a fairly large parameter space that tries to compile and run a benchmark (i.e BabelStream, with programming model and compiler as parameters). Right...

It seems that supplying a relative `java.nio.file.Path` to the watcher's `fs2.io.Watcher#watch` method causes an NPE: ```scala import fs2.io.Watcher import fs2.io.file.{Files, Path} import cats.effect.* import cats.effect.unsafe.implicits.global @main def main = {...

bug