Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | BulkInfo |
struct | Config |
class | CLIdeal |
class | CLVisc |
class | CompileOption |
class | OpenclBackend |
Typedefs | |
typedef cl_float | cl_real |
typedef cl_float2 | cl_real2 |
typedef cl_float4 | cl_real4 |
typedef cl_float3 | cl_real3 |
typedef cl_float8 | cl_real8 |
Variables | |
const int | REDUCTION_BLOCKS = 64 |
typedef cl_float clvisc::cl_real |
< typedef cl_float to cl_real for easier switch from double to float
Definition at line 31 of file opencl_backend.h.
View newest version in sPHENIX GitHub at line 31 of file opencl_backend.h
typedef cl_float2 clvisc::cl_real2 |
Definition at line 32 of file opencl_backend.h.
View newest version in sPHENIX GitHub at line 32 of file opencl_backend.h
typedef cl_float3 clvisc::cl_real3 |
Definition at line 34 of file opencl_backend.h.
View newest version in sPHENIX GitHub at line 34 of file opencl_backend.h
typedef cl_float4 clvisc::cl_real4 |
Definition at line 33 of file opencl_backend.h.
View newest version in sPHENIX GitHub at line 33 of file opencl_backend.h
typedef cl_float8 clvisc::cl_real8 |
Definition at line 35 of file opencl_backend.h.
View newest version in sPHENIX GitHub at line 35 of file opencl_backend.h
const int clvisc::REDUCTION_BLOCKS = 64 |
Definition at line 34 of file clideal.cc.
View newest version in sPHENIX GitHub at line 34 of file clideal.cc
Referenced by clvisc::CLIdeal::initialize_gpu_buffer_(), and clvisc::CLIdeal::max_energy_density().