Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94253251
grid_amplif_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
Thu, Dec 5, 04:05
Size
969 B
Mime Type
text/x-c
Expires
Sat, Dec 7, 04:05 (2 d)
Engine
blob
Format
Raw Data
Handle
22702801
Attached To
R1448 Lenstool-HPC
grid_amplif_CPU.hpp
View Options
/**
* @Author Christoph Schaefer, EPFL (christophernstrerne.schaefer@epfl.ch), Gilles Fourestey (gilles.fourestey@epfl.ch)
* @date July 2017
* @version 0,1
*
*/
#ifndef GRID_AMPLIF_CPU_HPP_
#define GRID_AMPLIF_CPU_HPP_
#include "structure_hpc.hpp"
#include <iostream>
#include <string.h>
//#include <cuda_runtime.h>
#include <math.h>
#include <gradient_avx.hpp>
#include <gradient2.hpp>
#include <sys/time.h>
#include <fstream>
//#include <immintrin.h>
void
amplif_grid_CPU
(
type_t
*
amplif
,
const
struct
cosmo_param
*
cosmo
,
const
struct
grid_param
*
frame
,
const
struct
Potential_SOA
*
lens
,
int
nhalos
,
int
nbgridcells
,
int
mode_amp
,
type_t
z
,
int
istart
=
0
,
int
jstart
=
0
);
//
void
amplif_5_grid_general_CPU
(
type_t
*
amplif
,
const
struct
cosmo_param
*
cosmo
,
const
struct
grid_param
*
frame
,
const
struct
Potential_SOA
*
lens
,
int
Nlens
,
type_t
dx
,
type_t
dy
,
int
nbgridcells_x
,
int
nbgridcells_y
,
type_t
z
,
int
istart
,
int
jstart
);
#endif
/* GRID_GRADIENT_CPU_HPP_ */
Event Timeline
Log In to Comment