Skip to content

Commit

Permalink
first oneapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
foglienimatteo committed Mar 8, 2024
1 parent 2d9f4df commit 25399f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GNC_AutoCorrelations/GNC_AutoLensing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ integrand_ξ_GNC_Lensing


function ξ_GNC_Lensing(P1::Point, P2::Point, y, cosmo::Cosmology;
en::Float64=1e6, N_χs_2::Int=100, suit_sampling::Bool=true, kwargs...)
en::Float64=1e6, N_χs_2::Int=100, suit_sampling::Bool=true,
oneapi::Bool=false, kwargs...)

if oneapi==false
χ1s = P1.comdist .* range(1e-6, 1, length=N_χs_2)
Expand Down

0 comments on commit 25399f5

Please sign in to comment.