Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92376863
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
Tue, Nov 19, 19:45
Size
907 B
Mime Type
text/x-c
Expires
Thu, Nov 21, 19:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22431156
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