Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95026554
image_prediction_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, Dec 12, 06:37
Size
671 B
Mime Type
text/x-c
Expires
Sat, Dec 14, 06:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22915991
Attached To
R1448 Lenstool-HPC
image_prediction_GPU.cuh
View Options
#pragma once
#ifndef __IMG_PRED_GPU__
#define __IMG_PRED_GPU__
#include <structure_hpc.hpp>
#include "delense_CPU_utils.hpp"
#include "delense_CPU.hpp"
#include "delense_GPU.cuh"
#include "grid_gradient_GPU.cuh"
void image_prediction(struct galaxy *predicted_images, const int MAXIMPERSOURCE, runmode_param *runmode, const struct Potential_SOA *lens, const struct grid_param *frame, const int *nImagesSet, struct galaxy *images);
//void mychi_bruteforce_SOA_GPU_grid_gradient_barycentersource(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