XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
gpu::xetla::mem_coord_t< 2 > Struct Reference

#include <memory_descriptor.hpp>

Public Member Functions

 mem_coord_t (int x_, int y_)
 
 mem_coord_t ()=default
 
 mem_coord_t (const mem_coord_t< 2 > &coord)
 
mem_coord_t< 2 > & operator= (const mem_coord_t< 2 > &coord)
 
void init (int x_, int y_)
 

Public Attributes

int x
 
int y
 

Constructor & Destructor Documentation

◆ mem_coord_t() [1/3]

gpu::xetla::mem_coord_t< 2 >::mem_coord_t ( int  x_,
int  y_ 
)
inline

◆ mem_coord_t() [2/3]

gpu::xetla::mem_coord_t< 2 >::mem_coord_t ( )
inlinedefault

◆ mem_coord_t() [3/3]

gpu::xetla::mem_coord_t< 2 >::mem_coord_t ( const mem_coord_t< 2 > &  coord)
inline

Member Function Documentation

◆ init()

void gpu::xetla::mem_coord_t< 2 >::init ( int  x_,
int  y_ 
)
inline

◆ operator=()

mem_coord_t< 2 > & gpu::xetla::mem_coord_t< 2 >::operator= ( const mem_coord_t< 2 > &  coord)
inline

Member Data Documentation

◆ x

◆ y