-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I define const INV_LOG_2 = Float32(1 / log(2)). If I use it without wrapping in Float32 within the kernel I get:
ERROR: LoadError: MethodError: no method matching encode_MulFOp!(::cuTile.CodeBuilder, ::cuTile.TypeId, ::cuTile.Value, ::Nothing)
The function `encode_MulFOp!` exists, but no method is defined for this combination of argument types.
Closest candidates are:
encode_MulFOp!(::cuTile.CodeBuilder, ::cuTile.TypeId, ::cuTile.Value, ::cuTile.Value; rounding_mode, flush_to_zero)
@ cuTile ~/.julia/dev/cuTile/src/bytecode/encodings.jl:720Originally posted by @AntonOresten in #16 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels