-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompiler:codegenGeneration of LLVM IR and native codeGeneration of LLVM IR and native codefloat16
Description
With Julia nightly:
julia> Core.Intrinsics.fpext(Float16, Float16(3.3))
ERROR: fpext: output bitsize must be >= input bitsize
Stacktrace:
[1] top-level scope
@ REPL[3]:1
[2] top-level scope
@ ~/.julia/packages/Metal/N2ABH/src/initialization.jl:79This works for other types (Float32, Float64), and should be working according to the error message.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompiler:codegenGeneration of LLVM IR and native codeGeneration of LLVM IR and native codefloat16