Home
last modified time | relevance | path

Searched defs:StoreWithoutCast (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMemoryAccess.cuh127 struct StoreWithoutCast { struct
129 __device__ void store(scalar_t value, char *base_ptr, uint32_t offset, int arg = 0) { in store()