MCPcopy Create free account
hub / github.com/a2flo/floor / host_compute_device_printf_buffer

Function host_compute_device_printf_buffer

compute/host/host_kernel.cpp:1235–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235uint32_t* host_compute_device_printf_buffer() FLOOR_HOST_COMPUTE_CC {
1236 return floor_host_device_printf_buffer.get_as<uint32_t>();
1237}
1238
1239// memory fence handling (all the same)
1240// NOTE: compared to a barrier, a memory fence does not have to be encountered by all work-items (no context/fiber switching is necessary)

Callers 1

floor_get_printf_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected