@Properties(inherit=cupti.class) public class CUpti_ActivityOpenAccOther extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityOpenAccOther()
Default native constructor.
|
CUpti_ActivityOpenAccOther(long size)
Native array allocator.
|
CUpti_ActivityOpenAccOther(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
async()
Value of async() clause of the corresponding directive
|
CUpti_ActivityOpenAccOther |
async(long setter) |
long |
asyncMap()
Internal asynchronous queue number used
|
CUpti_ActivityOpenAccOther |
asyncMap(long setter) |
int |
cuContextId()
CUDA context id
Valid only if deviceType is acc_device_nvidia.
|
CUpti_ActivityOpenAccOther |
cuContextId(int setter) |
int |
cuDeviceId()
CUDA device id
Valid only if deviceType is acc_device_nvidia.
|
CUpti_ActivityOpenAccOther |
cuDeviceId(int setter) |
int |
cuProcessId()
The ID of the process where the OpenACC activity is executing.
|
CUpti_ActivityOpenAccOther |
cuProcessId(int setter) |
int |
cuStreamId()
CUDA stream id
Valid only if deviceType is acc_device_nvidia.
|
CUpti_ActivityOpenAccOther |
cuStreamId(int setter) |
int |
cuThreadId()
The ID of the thread where the OpenACC activity is executing.
|
CUpti_ActivityOpenAccOther |
cuThreadId(int setter) |
int |
deviceNumber()
Device number
|
CUpti_ActivityOpenAccOther |
deviceNumber(int setter) |
int |
deviceType()
Device type
|
CUpti_ActivityOpenAccOther |
deviceType(int setter) |
long |
end()
CUPTI end timestamp
|
CUpti_ActivityOpenAccOther |
end(long setter) |
int |
endLineNo()
For an OpenACC construct, this contains the line number of the end
of the construct.
|
CUpti_ActivityOpenAccOther |
endLineNo(int setter) |
int |
eventKind()
CUPTI OpenACC event kind (@see CUpti_OpenAccEventKind)
|
CUpti_ActivityOpenAccOther |
eventKind(int setter) |
int |
externalId()
The OpenACC correlation ID.
|
CUpti_ActivityOpenAccOther |
externalId(int setter) |
int |
funcEndLineNo()
The last line number of the function named in func_name.
|
CUpti_ActivityOpenAccOther |
funcEndLineNo(int setter) |
int |
funcLineNo()
The line number of the first line of the function named in func_name.
|
CUpti_ActivityOpenAccOther |
funcLineNo(int setter) |
BytePointer |
funcName()
A pointer to a null-terminated string containing the name of the
function in which the event occurred.
|
CUpti_ActivityOpenAccOther |
funcName(BytePointer setter) |
CUpti_ActivityOpenAccOther |
getPointer(long i) |
int |
implicit()
1 for any implicit event, such as an implicit wait at a synchronous data construct
0 otherwise
|
CUpti_ActivityOpenAccOther |
implicit(int setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_OPENACC_OTHER.
|
CUpti_ActivityOpenAccOther |
kind(int setter) |
int |
lineNo()
The line number of the directive or program construct or the starting line
number of the OpenACC construct corresponding to the event.
|
CUpti_ActivityOpenAccOther |
lineNo(int setter) |
int |
parentConstruct()
CUPTI OpenACC parent construct kind (@see CUpti_OpenAccConstructKind)
Note that for applications using PGI OpenACC runtime < 16.1, this
will always be CUPTI_OPENACC_CONSTRUCT_KIND_UNKNOWN.
|
CUpti_ActivityOpenAccOther |
parentConstruct(int setter) |
CUpti_ActivityOpenAccOther |
position(long position) |
BytePointer |
srcFile()
A pointer to null-terminated string containing the name of or path to
the source file, if known, or a null pointer if not.
|
CUpti_ActivityOpenAccOther |
srcFile(BytePointer setter) |
long |
start()
CUPTI start timestamp
|
CUpti_ActivityOpenAccOther |
start(long setter) |
int |
threadId()
ThreadId
|
CUpti_ActivityOpenAccOther |
threadId(int setter) |
int |
version()
Version number
|
CUpti_ActivityOpenAccOther |
version(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUpti_ActivityOpenAccOther()
public CUpti_ActivityOpenAccOther(long size)
Pointer.position(long).public CUpti_ActivityOpenAccOther(Pointer p)
Pointer(Pointer).public CUpti_ActivityOpenAccOther position(long position)
public CUpti_ActivityOpenAccOther getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityOpenAccOther kind(int setter)
@Cast(value="CUpti_OpenAccEventKind") public int eventKind()
public CUpti_ActivityOpenAccOther eventKind(int setter)
@Cast(value="CUpti_OpenAccConstructKind") public int parentConstruct()
public CUpti_ActivityOpenAccOther parentConstruct(int setter)
public CUpti_ActivityOpenAccOther version(int setter)
@Cast(value="uint32_t") public int implicit()
public CUpti_ActivityOpenAccOther implicit(int setter)
public CUpti_ActivityOpenAccOther deviceType(int setter)
public CUpti_ActivityOpenAccOther deviceNumber(int setter)
public CUpti_ActivityOpenAccOther threadId(int setter)
@Cast(value="uint64_t") public long async()
public CUpti_ActivityOpenAccOther async(long setter)
public CUpti_ActivityOpenAccOther asyncMap(long setter)
@Cast(value="uint32_t") public int lineNo()
public CUpti_ActivityOpenAccOther lineNo(int setter)
@Cast(value="uint32_t") public int endLineNo()
public CUpti_ActivityOpenAccOther endLineNo(int setter)
@Cast(value="uint32_t") public int funcLineNo()
public CUpti_ActivityOpenAccOther funcLineNo(int setter)
@Cast(value="uint32_t") public int funcEndLineNo()
public CUpti_ActivityOpenAccOther funcEndLineNo(int setter)
public CUpti_ActivityOpenAccOther start(long setter)
public CUpti_ActivityOpenAccOther end(long setter)
@Cast(value="uint32_t") public int cuDeviceId()
public CUpti_ActivityOpenAccOther cuDeviceId(int setter)
@Cast(value="uint32_t") public int cuContextId()
public CUpti_ActivityOpenAccOther cuContextId(int setter)
@Cast(value="uint32_t") public int cuStreamId()
public CUpti_ActivityOpenAccOther cuStreamId(int setter)
@Cast(value="uint32_t") public int cuProcessId()
public CUpti_ActivityOpenAccOther cuProcessId(int setter)
@Cast(value="uint32_t") public int cuThreadId()
public CUpti_ActivityOpenAccOther cuThreadId(int setter)
@Cast(value="uint32_t") public int externalId()
public CUpti_ActivityOpenAccOther externalId(int setter)
@Cast(value="const char*") public BytePointer srcFile()
public CUpti_ActivityOpenAccOther srcFile(BytePointer setter)
@Cast(value="const char*") public BytePointer funcName()
public CUpti_ActivityOpenAccOther funcName(BytePointer setter)
Copyright © 2025. All rights reserved.