/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/library/utility/device_memory.hpp File Reference#
#include <hip/hip_runtime.h>Go to the source code of this file.
Classes | |
| struct | DeviceMem | 
| Container for storing data in GPU device memory.  More... | |
Functions | |
| template<typename T > | |
| __global__ void | set_buffer_value (T *p, T x, uint64_t buffer_element_size) | 
Function Documentation
◆ set_buffer_value()
template<typename T > 
      | __global__ void set_buffer_value | ( | T * | p, | 
| T | x, | ||
| uint64_t | buffer_element_size | ||
| ) |