Skip to content

GPU CI #59

Description

@Krastanov

Hi, Matias. I am setting up some GPU servers to use for CI and tests for the QuantumClifford org. I suspect it would be of use here as well.

If you are interested, I can set up a buildkite file for this repo.

I would suggest structuring the test file something like:

if get(ENV, "GPU_TEST", "")=="true"
    using Pkg
    Pkg.add("CUDA")
    include("test_gpu.jl")
else
    # other tests
end

If you want some fancier filtering, we can use something in this style: https://github.com/QuantumSavory/QuantumClifford.jl/blob/master/test/runtests.jl

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions