MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::plug::gpu Namespace Reference

The gpu Plugin More...

Enumerations

%gpu.addr_space_global
enum class  addr_space_global : flags_t
 
%gpu.addr_space_shared
enum class  addr_space_shared : flags_t
 
%gpu.addr_space_const
enum class  addr_space_const : flags_t
 
%gpu.addr_space_local
enum class  addr_space_local : flags_t
 
%gpu.GlobalM
enum class  GlobalM : flags_t
 
%gpu.SharedM
enum class  SharedM : flags_t
 
%gpu.ConstM
enum class  ConstM : flags_t
 
%gpu.LocalM
enum class  LocalM : flags_t
 
%gpu.GlobalPtr
enum class  GlobalPtr : flags_t
 
%gpu.SharedPtr
enum class  SharedPtr : flags_t
 
%gpu.ConstPtr
enum class  ConstPtr : flags_t
 
%gpu.LocalPtr
enum class  LocalPtr : flags_t
 
%gpu.Stream
enum class  Stream : flags_t
 
%gpu.DefaultStream
enum class  DefaultStream : flags_t
 
%gpu.stream_init
enum class  stream_init : flags_t
 
%gpu.stream_deinit
enum class  stream_deinit : flags_t
 
%gpu.stream_sync
enum class  stream_sync : flags_t
 
%gpu.alloc
enum class  alloc : flags_t
 
%gpu.free
enum class  free : flags_t
 
%gpu.copy_to_device
enum class  copy_to_device : flags_t
 
%gpu.copy_to_host
enum class  copy_to_host : flags_t
 
%gpu.alloc_copy
enum class  alloc_copy : flags_t
 
%gpu.alloc_async
enum class  alloc_async : flags_t
 
%gpu.free_async
enum class  free_async : flags_t
 
%gpu.copy_to_device_async
enum class  copy_to_device_async : flags_t
 
%gpu.copy_to_host_async
enum class  copy_to_host_async : flags_t
 
%gpu.alloc_copy_async
enum class  alloc_copy_async : flags_t
 
%gpu.launch
enum class  launch : flags_t
 
%gpu.launch_with_smem
enum class  launch_with_smem : flags_t
 
%gpu.sync_work_items
enum class  sync_work_items : flags_t
 
%gpu.synced_scope
enum class  synced_scope : flags_t
 
%gpu.malloc2gpualloc_repl
enum class  malloc2gpualloc_repl : flags_t
 

Variables

static constexpr plugin_t Plugin_Id = 0x2115800000000000
 

Detailed Description

Enumeration Type Documentation

◆ addr_space_const

Definition at line 28 of file autogen.h.

◆ addr_space_global

Definition at line 14 of file autogen.h.

◆ addr_space_local

Definition at line 35 of file autogen.h.

◆ addr_space_shared

Definition at line 21 of file autogen.h.

◆ alloc

enum class mim::plug::gpu::alloc : flags_t
strong

Definition at line 133 of file autogen.h.

◆ alloc_async

enum class mim::plug::gpu::alloc_async : flags_t
strong

Definition at line 168 of file autogen.h.

◆ alloc_copy

enum class mim::plug::gpu::alloc_copy : flags_t
strong

Definition at line 161 of file autogen.h.

◆ alloc_copy_async

Definition at line 196 of file autogen.h.

◆ ConstM

enum class mim::plug::gpu::ConstM : flags_t
strong

Definition at line 56 of file autogen.h.

◆ ConstPtr

enum class mim::plug::gpu::ConstPtr : flags_t
strong

Definition at line 84 of file autogen.h.

◆ copy_to_device

Definition at line 147 of file autogen.h.

◆ copy_to_device_async

Definition at line 182 of file autogen.h.

◆ copy_to_host

Definition at line 154 of file autogen.h.

◆ copy_to_host_async

Definition at line 189 of file autogen.h.

◆ DefaultStream

Definition at line 105 of file autogen.h.

◆ free

enum class mim::plug::gpu::free : flags_t
strong

Definition at line 140 of file autogen.h.

◆ free_async

enum class mim::plug::gpu::free_async : flags_t
strong

Definition at line 175 of file autogen.h.

◆ GlobalM

enum class mim::plug::gpu::GlobalM : flags_t
strong

Definition at line 42 of file autogen.h.

◆ GlobalPtr

enum class mim::plug::gpu::GlobalPtr : flags_t
strong

Definition at line 70 of file autogen.h.

◆ launch

enum class mim::plug::gpu::launch : flags_t
strong

Definition at line 203 of file autogen.h.

◆ launch_with_smem

Definition at line 210 of file autogen.h.

◆ LocalM

enum class mim::plug::gpu::LocalM : flags_t
strong

Definition at line 63 of file autogen.h.

◆ LocalPtr

enum class mim::plug::gpu::LocalPtr : flags_t
strong

Definition at line 91 of file autogen.h.

◆ malloc2gpualloc_repl

Definition at line 231 of file autogen.h.

◆ SharedM

enum class mim::plug::gpu::SharedM : flags_t
strong

Definition at line 49 of file autogen.h.

◆ SharedPtr

enum class mim::plug::gpu::SharedPtr : flags_t
strong

Definition at line 77 of file autogen.h.

◆ Stream

enum class mim::plug::gpu::Stream : flags_t
strong

Definition at line 98 of file autogen.h.

◆ stream_deinit

Definition at line 119 of file autogen.h.

◆ stream_init

enum class mim::plug::gpu::stream_init : flags_t
strong

Definition at line 112 of file autogen.h.

◆ stream_sync

enum class mim::plug::gpu::stream_sync : flags_t
strong

Definition at line 126 of file autogen.h.

◆ sync_work_items

Definition at line 217 of file autogen.h.

◆ synced_scope

Definition at line 224 of file autogen.h.

Variable Documentation

◆ Plugin_Id

plugin_t mim::plug::gpu::Plugin_Id = 0x2115800000000000
staticconstexpr

Definition at line 10 of file autogen.h.