-
Notifications
You must be signed in to change notification settings - Fork 75
Disable Float16 on the CPU backend #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -48,6 +48,7 @@ end | |||
supports_fp16 = "cl_khr_fp16" in dev.extensions | |||
supports_fp64 = "cl_khr_fp64" in dev.extensions | |||
|
|||
|
|||
# create GPUCompiler objects | |||
target = SPIRVCompilerTarget(; supports_fp16, supports_fp64, version = v"1.2", kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we assert here?
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #609 +/- ##
=======================================
Coverage 47.52% 47.52%
=======================================
Files 22 22
Lines 1715 1715
=======================================
Hits 815 815
Misses 900 900 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Currently fails with:
cc: @maleadt