#include <device.hpp>
| Public Member Functions | |
| template<> | |
| __kf_device__ ushort2 | LdCs (ushort2 *ptr) | 
| template<> | |
| __kf_device__ void | StCs (const ushort2 &val, ushort2 *ptr) | 
| Static Public Member Functions | |
| template<typename T > | |
| static __kf_device__ T | LdCs (T *ptr) | 
| template<typename T > | |
| static __kf_device__ void | StCs (const T &val, T *ptr) | 
Definition at line 87 of file device.hpp.
| 
 | static | 
| __kf_device__ ushort2 kfusion::device::gmem::LdCs | ( | ushort2 * | ptr | ) | 
Definition at line 122 of file device.hpp.
| 
 | static | 
| __kf_device__ void kfusion::device::gmem::StCs | ( | const ushort2 & | val, | 
| ushort2 * | ptr | ||
| ) | 
Definition at line 123 of file device.hpp.