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 d35c25c commit b014513Copy full SHA for b014513
test/examples.jl
@@ -14,9 +14,6 @@ function examples_testsuite(backend, backend_str)
14
examples_dir = joinpath(@__DIR__, "..", "examples")
15
examples = find_sources(examples_dir)
16
filter!(file -> readline(file) != "# EXCLUDE FROM TESTING", examples)
17
- filter!(examples) do file
18
- last(splitpath(file)) == "histogram.jl"
19
- end
20
if backend_str == "ROCM"
21
filter!(file -> occursin("# INCLUDE ROCM", String(read(file))), examples)
22
end
0 commit comments