You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to replace the point Spoc.Vector.vcustom by a vector of complex32 in the CustomPi.ml sample..When I add this line:
kernel gpuPi_complex : Spoc.Vector.vcomplex32 -> Spoc.Vector.vint32 -> int -> float -> unit = "kernels/CustomPi" "pi"
I have the following error:
Error: This variant pattern is expected to have type
('a, 'b) Spoc.Kernel.kernelArgs
The constructor VComplex32 does not belong to type Spoc.Kernel.kernelArgs
Hint: Did you mean VComplex32?
../common/Makefile:38: recipe for target 'CustomPi.asm' failed
I didn't find how to do solve this error.
Thanks for your help !
The text was updated successfully, but these errors were encountered:
Hi,
I want to replace the
point Spoc.Vector.vcustom
by a vector of complex32 in the CustomPi.ml sample..When I add this line:kernel gpuPi_complex : Spoc.Vector.vcomplex32 -> Spoc.Vector.vint32 -> int -> float -> unit = "kernels/CustomPi" "pi"
I have the following error:
I didn't find how to do solve this error.
Thanks for your help !
The text was updated successfully, but these errors were encountered: