Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94005203
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
Tue, Dec 3, 04:45
Size
671 B
Mime Type
text/x-c
Expires
Thu, Dec 5, 04:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22698549
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