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

Function floor_alloc_host_stack_memory

compute/host/host_kernel.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558static void floor_alloc_host_stack_memory() {
559 if (!floor_stack_memory_data) {
560 floor_stack_memory_data = make_aligned_ptr<uint8_t>(floor_max_thread_count * item_stack_size * host_limits::max_total_local_size);
561 }
562}
563
564//
565host_kernel::host_kernel(const void* kernel_, const string& func_name_, compute_kernel::kernel_entry&& entry_) :

Callers 1

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected