Kernel Tuning Toolkit
2.3
Loading...
Searching...
No Matches
ArgumentMemoryLocation.h
Go to the documentation of this file.
1
4
#pragma once
5
6
namespace
ktt
7
{
8
13
enum class
ArgumentMemoryLocation
14
{
17
Undefined
,
18
22
Device
,
23
27
Host
,
28
34
HostZeroCopy
,
35
36
/* Argument data will be stored using compute API's unified memory system. It can be directly accessed from both
37
* host and device.
38
*/
39
Unified
40
};
41
42
}
// namespace ktt
ktt
Definition
KttPlatform.h:41
ktt::ArgumentAccessType::Undefined
@ Undefined
ktt::ArgumentMemoryLocation
ArgumentMemoryLocation
Definition
ArgumentMemoryLocation.h:14
ktt::ArgumentMemoryLocation::HostZeroCopy
@ HostZeroCopy
ktt::ArgumentMemoryLocation::Host
@ Host
ktt::ArgumentMemoryLocation::Device
@ Device
Source
KernelArgument
ArgumentMemoryLocation.h
Generated by
1.9.8