Kernel Tuning Toolkit 2.3
 
Loading...
Searching...
No Matches
ArgumentMemoryLocation.h
Go to the documentation of this file.
1
4#pragma once
5
6namespace ktt
7{
8
14{
18
22 Device,
23
27 Host,
28
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
Definition KttPlatform.h:41
ArgumentMemoryLocation
Definition ArgumentMemoryLocation.h:14