Skip to content

Commit 71ea356

Browse files
author
William Moses
committed
inc
1 parent 27f82ac commit 71ea356

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Interpreter.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function set_reactant_abi(
9898
end
9999
end
100100

101+
@show f, arginfo
101102
return Base.@invoke abstract_call_known(
102103
interp::AbstractInterpreter,
103104
f::Any,

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ end
4141

4242
const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
4343

44+
include("cuda.jl")
4445
@testset "Reactant.jl Tests" begin
4546
if REACTANT_TEST_GROUP == "all" || REACTANT_TEST_GROUP == "core"
4647
@safetestset "Layout" include("layout.jl")

0 commit comments

Comments
 (0)