Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107500905
chi_GPU.cuh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Apr 8, 15:53
Size
730 B
Mime Type
text/x-c
Expires
Thu, Apr 10, 15:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25430231
Attached To
R1448 Lenstool-HPC
chi_GPU.cuh
View Options
#pragma once
#ifndef __CHI_GPU_CUH__
#define __CHI_GPU_CUH__
#include <structure_hpc.h>
//#include <gradient_avx.hpp>
//#include <grid_srcplane_conversion.hpp>
//#include <grid_gradient_CPU.hpp>
#include <grid_gradient_GPU.cuh>
#include <cuda_runtime.h>
//#ifdef __AVX512F__
//#include "gradient_avx512f.hpp"
//#endif
void chi_bruteforce_SOA_GPU_grid_gradient(double *chi, int *error, runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, galaxy *images);
void chi_bruteforce_GPU_CPU(double *chi, int *error, runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, galaxy *images);
#endif
Event Timeline
Log In to Comment