We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100ba5d commit 3cd3b00Copy full SHA for 3cd3b00
GraphNeuralNetworks/test/examples/node_classification_cora.jl
@@ -108,7 +108,7 @@ end # module
108
TrainingExampleModule.train_many()
109
end
110
111
-@testitem "training example GPU" setup=[TrainingExampleModule] begin
+@testitem "training example GPU" setup=[TrainingExampleModule] tags=[:gpu] begin
112
using .TrainingExampleModule
113
TrainingExampleModule.train_many(use_gpu = true)
114
0 commit comments