Halide 19.0.0
Halide compiler and libraries
|
#include "internal/block_allocator.h"
#include "internal/memory_resources.h"
#include "vulkan_internal.h"
Go to the source code of this file.
Classes | |
struct | Halide::Runtime::Internal::Vulkan::VulkanMemoryConfig |
class | Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator |
Vulkan Memory Allocator class interface for managing large memory requests stored as contiguous blocks of memory, which are then sub-allocated into smaller regions of memory to avoid the excessive cost of vkAllocate and the limited number of available allocation calls through the API. More... | |
Namespaces | |
namespace | Halide |
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
namespace | Halide::Runtime |
namespace | Halide::Runtime::Internal |
namespace | Halide::Runtime::Internal::Vulkan |
Functions | |
WEAK void | halide_vulkan_set_allocation_callbacks (const VkAllocationCallbacks *callbacks) |
WEAK const VkAllocationCallbacks * | halide_vulkan_get_allocation_callbacks (void *user_context) |
WEAK void halide_vulkan_set_allocation_callbacks | ( | const VkAllocationCallbacks * | callbacks | ) |
Definition at line 1369 of file vulkan_memory.h.
WEAK const VkAllocationCallbacks * halide_vulkan_get_allocation_callbacks | ( | void * | user_context | ) |
Definition at line 1375 of file vulkan_memory.h.