QUDA  v1.1.0
A library for QCD on GPUs
Namespaces | Macros | Functions
inline_ptx.h File Reference

Go to the source code of this file.

Namespaces

 quda
 

Macros

#define __PTR   "r"
 

Functions

__device__ void quda::load_streaming_double2 (double2 &a, const double2 *addr)
 
__device__ void quda::load_streaming_float4 (float4 &a, const float4 *addr)
 
__device__ void quda::load_cached_short4 (short4 &a, const short4 *addr)
 
__device__ void quda::load_cached_short2 (short2 &a, const short2 *addr)
 
__device__ void quda::load_global_short4 (short4 &a, const short4 *addr)
 
__device__ void quda::load_global_short2 (short2 &a, const short2 *addr)
 
__device__ void quda::load_global_float4 (float4 &a, const float4 *addr)
 
__device__ void quda::store_streaming_float4 (float4 *addr, float x, float y, float z, float w)
 
__device__ void quda::store_streaming_short4 (short4 *addr, short x, short y, short z, short w)
 
__device__ void quda::store_streaming_double2 (double2 *addr, double x, double y)
 
__device__ void quda::store_streaming_float2 (float2 *addr, float x, float y)
 
__device__ void quda::store_streaming_short2 (short2 *addr, short x, short y)
 

Macro Definition Documentation

◆ __PTR

#define __PTR   "r"

Definition at line 13 of file inline_ptx.h.