Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91759183
delense_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
Thu, Nov 14, 04:24
Size
2 KB
Mime Type
text/x-c
Expires
Sat, Nov 16, 04:24 (2 d)
Engine
blob
Format
Raw Data
Handle
22318406
Attached To
R1448 Lenstool-HPC
delense_GPU.cuh
View Options
#pragma once
#ifdef __WITH_MPI
#include <mpi.h>
#endif
#include <structure_hpc.hpp>
#include <grid_gradient_CPU.hpp>
#ifdef __AVX512F__
#include "gradient_avx512f.hpp"
#else
#include <gradient_avx.hpp>
#endif
#include "delense_CPU_utils.hpp"
//
//void delense_barycenter(struct point*** image_pos, int* locimagesfound, int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy* sources, double* grid_gradient_x, double* grid_gradient_y);
void delense_barycenter(struct point* image_pos, int* locimagesfound, int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy* sources, double* grid_gradient_x, double* grid_gradient_y);
//
//void delense(int nsets, int nimagestot, struct point* image_pos[nsets][nimagestot][MAXIMPERSOURCE], int* locimagesfound[nsets][nimagestot], int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy sources[nsets][nimagestot], double* grid_gradient_x, double* grid_gradient_y);
//void delense(int nsets, int nimagestot, struct point image_pos[nsets][nimagestot][MAXIMPERSOURCE], int locimagesfound[nsets][nimagestot], int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy sources[nsets][nimagestot], double* grid_gradient_x, double* grid_gradient_y);
//
void delense(struct point* image_pos, int* locimagesfound, int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy* sources, double* grid_gradient_x, double* grid_gradient_y);
//
void delense_barycenter_GPU(struct point* image_pos, int* locimagesfound, int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy* sources, double* grid_gradient_x, double* grid_gradient_y);
//
void delense_barycenter_GPU_new(struct point* image_pos, int* locimagesfound, int* numimg, const runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nimages_strongLensing, const struct galaxy* sources, double* grid_gradient_x, double* grid_gradient_y);
//
Event Timeline
Log In to Comment