XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
tensor_descriptor.hpp File Reference

C++ API. More...

Include dependency graph for tensor_descriptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gpu
 
namespace  gpu::xetla
 
namespace  gpu::xetla::detail
 

Functions

__XETLA_API void gpu::xetla::detail::xetla_set_tensor_base_address (xetla_tdescriptor_ref desc, uint64_t base_address)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_base_address (xetla_tdescriptor_ref desc, uint32_t base_address)
 
__XETLA_API uint64_t gpu::xetla::detail::xetla_get_tensor_base_address (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_width_x (xetla_tdescriptor_ref desc, uint32_t width_x)
 
__XETLA_API uint32_t gpu::xetla::detail::xetla_get_tensor_width_x (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_width_y (xetla_tdescriptor_ref desc, uint32_t width_y)
 
__XETLA_API uint32_t gpu::xetla::detail::xetla_get_tensor_width_y (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_pitch_x (xetla_tdescriptor_ref desc, uint32_t pitch_x)
 
__XETLA_API uint32_t gpu::xetla::detail::xetla_get_tensor_pitch_x (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_offset_x (xetla_tdescriptor_ref desc, int32_t offset_x)
 
__XETLA_API int32_t gpu::xetla::detail::xetla_get_tensor_offset_x (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_tensor_offset_y (xetla_tdescriptor_ref desc, int32_t offset_y)
 
__XETLA_API int32_t gpu::xetla::detail::xetla_get_tensor_offset_y (xetla_tdescriptor desc)
 
__XETLA_API void gpu::xetla::detail::xetla_set_block_widthx_widthy_arrlen (xetla_tdescriptor_ref desc, uint32_t block_widthx_widthy_arrlen)
 
__XETLA_API uint8_t gpu::xetla::detail::xetla_get_block_width_x (xetla_tdescriptor desc)
 
__XETLA_API uint8_t gpu::xetla::detail::xetla_get_block_width_y (xetla_tdescriptor desc)
 
__XETLA_API uint8_t gpu::xetla::detail::xetla_get_block_array_len (xetla_tdescriptor desc)
 

Detailed Description

C++ API.