Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ delete!(testsuite, "plugins/metal") # Currently completely non functional
if Sys.isapple()
delete!(testsuite, "core/custom_number_types")
delete!(testsuite, "integration/enzymejax")
delete!(testsuite, "integration/python")
end

if Sys.iswindows()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still reasonable, compiling into the cpu backend?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so that's itself an error we should fix [or report to cuda.jl]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should be able to still do codegen without a cuda driver

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @giordano and @maleadt since this seems like a CUDA 6 thing

delete!(testsuite, "integration/cuda")
delete!(testsuite, "integration/kernelabstractions")
end

# Zygote is not supported on 1.12 https://github.com/FluxML/Zygote.jl/issues/1580
Expand Down
Loading