| 1233 | } |
| 1234 | |
| 1235 | uint32_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) |
no outgoing calls
no test coverage detected