From 914818581d6fd120cf506c2a0de034161457341c Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Mon, 30 Sep 2024 01:51:28 -0500 Subject: [PATCH] Update intel.jl --- test/gpu/intel.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gpu/intel.jl b/test/gpu/intel.jl index 53aa72bd4..bc531133d 100644 --- a/test/gpu/intel.jl +++ b/test/gpu/intel.jl @@ -18,7 +18,7 @@ include("gpu.jl") x, stats = lsqr(A_gpu, b_gpu) end - for FC ∈ (Float32, ComplexF32) + for FC ∈ (Float32, # ComplexF32) S = oneVector{FC} M = oneMatrix{FC} T = real(FC)