-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
@fastmath maximum segfaults for Float16 on master #49907
Copy link
Copy link
Closed
Labels
compiler:llvmFor issues that relate to LLVMFor issues that relate to LLVMfloat16foldsum, maximum, reduce, foldl, etc.sum, maximum, reduce, foldl, etc.regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionupstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM
Milestone
Metadata
Metadata
Assignees
Labels
compiler:llvmFor issues that relate to LLVMFor issues that relate to LLVMfloat16foldsum, maximum, reduce, foldl, etc.sum, maximum, reduce, foldl, etc.regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionupstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM
On master I get
Complete output
It works fine with Julia 1.9.0.
Float32andFloat64don't seem to be affected, and without@fastmathit also works forFloat16.