MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / setValueKernel

Function setValueKernel

XM/include/Utils/memory.h:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275template <typename T>
276__global__ void setValueKernel(T* array, size_t index, T value) {
277 array[index] = value;
278}
279
280// dense vector wrapper on device
281template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected