-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#0: Merge branch 'main' into llama32-vision
- Loading branch information
Showing
169 changed files
with
3,614 additions
and
2,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rce/tt-metalium/tt_metal/apis/host_apis/buffers/AssignGlobalBufferToProgram.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
AssignGlobalBufferToProgram | ||
=========================== | ||
=============================== | ||
|
||
.. doxygenfunction:: AssignGlobalBufferToProgram(std::shared_ptr<Buffer> buffer, Program& program) | ||
.. doxygenfunction:: tt::tt_metal::v0::AssignGlobalBufferToProgram(std::shared_ptr<Buffer> buffer, Program& program) |
15 changes: 10 additions & 5 deletions
15
docs/source/tt-metalium/tt_metal/apis/host_apis/buffers/CircularBuffers.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
CircularBuffers | ||
================ | ||
|
||
.. doxygenfunction:: CreateCircularBuffer | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateCircularBuffer | ||
|
||
.. doxygenfunction:: GetCircularBufferConfig | ||
.. doxygenfunction:: tt::tt_metal::v0::GetCircularBufferConfig | ||
|
||
.. doxygenfunction:: UpdateCircularBufferTotalSize | ||
.. doxygenfunction:: tt::tt_metal::v0::UpdateCircularBufferTotalSize | ||
|
||
.. doxygenfunction:: UpdateCircularBufferPageSize | ||
.. doxygenfunction:: tt::tt_metal::v0::UpdateCircularBufferPageSize | ||
|
||
.. doxygenfunction:: UpdateDynamicCircularBufferAddress | ||
.. doxygenfunction:: tt::tt_metal::v0::UpdateDynamicCircularBufferAddress | ||
|
||
|
||
Version 1 | ||
------------------------- | ||
.. doxygenfunction:: tt::tt_metal::v1::CreateCircularBuffer |
4 changes: 2 additions & 2 deletions
4
docs/source/tt-metalium/tt_metal/apis/host_apis/buffers/CreateBuffer.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CreateBuffer | ||
================= | ||
|
||
.. doxygenfunction:: CreateBuffer(const InterleavedBufferConfig & config); | ||
.. doxygenfunction:: CreateBuffer(const ShardedBufferConfig & config); | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateBuffer(const InterleavedBufferConfig & config); | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateBuffer(const ShardedBufferConfig & config); |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/buffers/CreateSemaphore.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CreateSemaphore | ||
================ | ||
|
||
.. doxygenfunction:: CreateSemaphore(Program &program, const std::variant<CoreRange,CoreRangeSet> &core_spec, uint32_t initial_value, CoreType core_type) | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateSemaphore(Program &program, const std::variant<CoreRange,CoreRangeSet> &core_spec, uint32_t initial_value, CoreType core_type) |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/buffers/DeallocateBuffer.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DeallocateBuffer | ||
================= | ||
|
||
.. doxygenfunction:: DeallocateBuffer | ||
.. doxygenfunction:: tt::tt_metal::v0::DeallocateBuffer |
2 changes: 1 addition & 1 deletion
2
.../source/tt-metalium/tt_metal/apis/host_apis/command_queue/BeginTraceCapture.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BeginTraceCapture | ||
================= | ||
|
||
.. doxygenfunction:: BeginTraceCapture | ||
.. doxygenfunction:: tt::tt_metal::v0::BeginTraceCapture |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/EndTraceCapture.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EndTraceCapture | ||
=============== | ||
|
||
.. doxygenfunction:: EndTraceCapture | ||
.. doxygenfunction:: tt::tt_metal::v0::EndTraceCapture |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueProgram.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EnqueueProgram | ||
============== | ||
|
||
.. doxygenfunction:: EnqueueProgram(CommandQueue& cq, Program& program, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueProgram(CommandQueue& cq, Program& program, bool blocking) |
4 changes: 2 additions & 2 deletions
4
.../source/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueReadBuffer.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
EnqueueReadBuffer | ||
================== | ||
|
||
.. doxygenfunction:: EnqueueReadBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, std::vector<uint32_t>& dst, bool blocking) | ||
.. doxygenfunction:: EnqueueReadBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, void * dst, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueReadBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, std::vector<uint32_t>& dst, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueReadBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, void * dst, bool blocking) |
2 changes: 1 addition & 1 deletion
2
...source/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueRecordEvent.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EnqueueRecordEvent | ||
================== | ||
|
||
.. doxygenfunction:: EnqueueRecordEvent | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueRecordEvent |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueTrace.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EnqueueTrace | ||
============ | ||
|
||
.. doxygenfunction:: EnqueueTrace(CommandQueue &cq, uint32_t trace_id, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueTrace(CommandQueue &cq, uint32_t trace_id, bool blocking) |
2 changes: 1 addition & 1 deletion
2
...ource/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueWaitForEvent.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EnqueueWaitForEvent | ||
=================== | ||
|
||
.. doxygenfunction:: EnqueueWaitForEvent | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueWaitForEvent |
4 changes: 2 additions & 2 deletions
4
...source/tt-metalium/tt_metal/apis/host_apis/command_queue/EnqueueWriteBuffer.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
EnqueueWriteBuffer | ||
================== | ||
|
||
.. doxygenfunction:: EnqueueWriteBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, std::vector<uint32_t>& src, bool blocking) | ||
.. doxygenfunction:: EnqueueWriteBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, HostDataType src, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueWriteBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, std::vector<uint32_t>& src, bool blocking) | ||
.. doxygenfunction:: tt::tt_metal::v0::EnqueueWriteBuffer(CommandQueue& cq, std::variant<std::reference_wrapper<Buffer>, std::shared_ptr<Buffer> > buffer, HostDataType src, bool blocking) |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/EventQuery.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EventQuery | ||
========== | ||
|
||
.. doxygenfunction:: EventQuery | ||
.. doxygenfunction:: tt::tt_metal::v0::EventQuery |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/EventSynchronize.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
EventSynchronize | ||
================ | ||
|
||
.. doxygenfunction:: EventSynchronize | ||
.. doxygenfunction:: tt::tt_metal::v0::EventSynchronize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/ReleaseTrace.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ReleaseTrace | ||
============ | ||
|
||
.. doxygenfunction:: ReleaseTrace | ||
.. doxygenfunction:: tt::tt_metal::v0::ReleaseTrace |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/command_queue/ReplayTrace.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ReplayTrace | ||
=========== | ||
|
||
.. doxygenfunction:: ReplayTrace | ||
.. doxygenfunction:: tt::tt_metal::v0::ReplayTrace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
Synchronize | ||
=========== | ||
|
||
.. doxygenfunction:: Synchronize | ||
.. doxygenfunction:: tt::tt_metal::v0::Synchronize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
CloseDevice | ||
============= | ||
|
||
.. doxygenfunction:: CloseDevice | ||
.. doxygenfunction:: tt::tt_metal::v0::CloseDevice |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/device_management/CreateDevice.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CreateDevice | ||
============= | ||
|
||
.. doxygenfunction:: CreateDevice | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateDevice |
4 changes: 2 additions & 2 deletions
4
docs/source/tt-metalium/tt_metal/apis/host_apis/device_management/QueryDevices.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
QueryDevices | ||
============= | ||
|
||
.. doxygenfunction:: GetNumAvailableDevices | ||
.. doxygenfunction:: tt::tt_metal::v0::GetNumAvailableDevices | ||
|
||
.. doxygenfunction:: GetNumPCIeDevices | ||
.. doxygenfunction:: tt::tt_metal::v0::GetNumPCIeDevices |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/kernels/CreateKernel.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CreateKernel | ||
==================== | ||
|
||
.. doxygenfunction:: CreateKernel | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateKernel |
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/kernels/CreateKernelFromString.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CreateKernelFromString | ||
======================= | ||
|
||
.. doxygenfunction:: CreateKernelFromString | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateKernelFromString |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/source/tt-metalium/tt_metal/apis/host_apis/program/CreateProgram.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CreateProgram | ||
======================== | ||
|
||
.. doxygenfunction:: CreateProgram() | ||
.. doxygenfunction:: tt::tt_metal::v0::CreateProgram() |
16 changes: 8 additions & 8 deletions
16
docs/source/tt-metalium/tt_metal/apis/host_apis/runtime_args/runtime_args.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Runtime Arguments | ||
================== | ||
|
||
.. doxygenfunction:: SetRuntimeArgs(const Program &program, KernelHandle kernel_id, const std::variant<CoreCoord,CoreRange,CoreRangeSet> &logical_core, stl::Span<const uint32_t> runtime_args) | ||
.. doxygenfunction:: tt::tt_metal::v0::SetRuntimeArgs(const Program &program, KernelHandle kernel_id, const std::variant<CoreCoord,CoreRange,CoreRangeSet> &logical_core, stl::Span<const uint32_t> runtime_args) | ||
|
||
.. doxygenfunction:: SetRuntimeArgs(const Program &program, KernelHandle kernel, const std::vector< CoreCoord > & core_spec, const std::vector< std::vector<uint32_t> > &runtime_args) | ||
.. doxygenfunction:: tt::tt_metal::v0::SetRuntimeArgs(const Program &program, KernelHandle kernel, const std::vector< CoreCoord > & core_spec, const std::vector< std::vector<uint32_t> > &runtime_args) | ||
|
||
.. doxygenfunction:: SetRuntimeArgs(Device* device, const std::shared_ptr<Kernel> kernel, const std::variant<CoreCoord, CoreRange, CoreRangeSet> &core_spec, std::shared_ptr<RuntimeArgs> runtime_args) | ||
.. doxygenfunction:: tt::tt_metal::v0::SetRuntimeArgs(Device* device, const std::shared_ptr<Kernel> kernel, const std::variant<CoreCoord, CoreRange, CoreRangeSet> &core_spec, std::shared_ptr<RuntimeArgs> runtime_args) | ||
|
||
.. doxygenfunction:: SetRuntimeArgs(Device* device, const std::shared_ptr<Kernel> kernel, const std::vector< CoreCoord > & core_spec, const std::vector<std::shared_ptr<RuntimeArgs>> runtime_args) | ||
.. doxygenfunction:: tt::tt_metal::v0::SetRuntimeArgs(Device* device, const std::shared_ptr<Kernel> kernel, const std::vector< CoreCoord > & core_spec, const std::vector<std::shared_ptr<RuntimeArgs>> runtime_args) | ||
|
||
.. doxygenfunction:: GetRuntimeArgs(const Program &program, KernelHandle kernel_id, const CoreCoord &logical_core) | ||
.. doxygenfunction:: tt::tt_metal::v0::GetRuntimeArgs(const Program &program, KernelHandle kernel_id, const CoreCoord &logical_core) | ||
|
||
.. doxygenfunction:: GetRuntimeArgs(const Program &program, KernelHandle kernel_id) | ||
.. doxygenfunction:: tt::tt_metal::v0::GetRuntimeArgs(const Program &program, KernelHandle kernel_id) | ||
|
||
.. doxygenfunction:: SetCommonRuntimeArgs(const Program &program, KernelHandle kernel_id, stl::Span<const uint32_t> runtime_args) | ||
.. doxygenfunction:: tt::tt_metal::v0::SetCommonRuntimeArgs(const Program &program, KernelHandle kernel_id, stl::Span<const uint32_t> runtime_args) | ||
|
||
.. doxygenfunction:: GetCommonRuntimeArgs(const Program &program, KernelHandle kernel_id) | ||
.. doxygenfunction:: tt::tt_metal::v0::GetCommonRuntimeArgs(const Program &program, KernelHandle kernel_id) |
4 changes: 4 additions & 0 deletions
4
...lium/tt_metal/apis/kernel_apis/circular_buffers/cb_pages_available_at_front.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cb_pages_available_at_front | ||
=========================== | ||
|
||
.. doxygenfunction:: cb_pages_available_at_front(int32_t operand, int32_t num_pages) |
4 changes: 4 additions & 0 deletions
4
...lium/tt_metal/apis/kernel_apis/circular_buffers/cb_pages_reservable_at_back.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cb_pages_reservable_at_back | ||
=========================== | ||
|
||
.. doxygenfunction:: cb_pages_reservable_at_back(int32_t operand, int32_t num_pages) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.