Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96600015
grid_gradient_CPU.hpp
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
Sat, Dec 28, 18:34
Size
907 B
Mime Type
text/x-c
Expires
Mon, Dec 30, 18:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23221232
Attached To
R1448 Lenstool-HPC
grid_gradient_CPU.hpp
View Options
/*
* grid_gradient_CPU.hpp
*
* Created on: Jan 12, 2017
* Author: cerschae
*/
#ifndef GRID_GRADIENT_CPU_HPP_
#define GRID_GRADIENT_CPU_HPP_
#include "structure_hpc.h"
#include <iostream>
#include <string.h>
//#include <cuda_runtime.h>
#include <math.h>
#include <gradient_avx.hpp>
#include <sys/time.h>
#include <fstream>
//#include <immintrin.h>
void gradient_grid_CPU(double *grid_grad_x, double *grid_grad_y, const struct grid_param *frame, const struct Potential_SOA *lens, int *Nlens, int nbgridcells);
static void gradient_grid_sis_CPU(double *grid_grad_x, double *grid_grad_y, const struct grid_param *frame, int Nlens, int nbgridcells, const struct Potential_SOA *lens);
static void gradient_grid_piemd_CPU(double *grid_grad_x, double *grid_grad_y, const struct grid_param *frame, int Nlens, int nbgridcells, const struct Potential_SOA *lens);
#endif /* GRID_GRADIENT_CPU_HPP_ */
Event Timeline
Log In to Comment