|
| void | notifyBeginLaunchKernel () final |
| |
| void | notifyEndLaunchKernel () final |
| |
| void | barrier () final |
| |
| IRunQueueStream * | createStream (const RunQueueBuildInfo &) final |
| |
| IRunQueueEventImpl * | createEventImpl () final |
| |
| IRunQueueEventImpl * | createEventImplWithTimer () final |
| |
| void | setMemoryAdvice (ConstMemoryView, eMemoryAdvice, DeviceId) final |
| |
| void | unsetMemoryAdvice (ConstMemoryView, eMemoryAdvice, DeviceId) final |
| |
| void | setCurrentDevice (DeviceId) final |
| |
| const IDeviceInfoList * | deviceInfoList () final |
| |
| void | getPointerAttribute (PointerAttribute &attribute, const void *ptr) final |
| |
| DeviceMemoryInfo | getDeviceMemoryInfo (DeviceId) override |
| |
| virtual void | startProfiling () |
| |
| virtual void | stopProfiling () |
| |
| virtual bool | isProfilingActive () |
| |
| virtual void | pushProfilerRange (const String &name, Int32 color_gdb) |
| |
| virtual void | popProfilerRange () |
| |
| virtual void | finalize (ITraceMng *) |
| |
| virtual KernelLaunchArgs | computeKernalLaunchArgs (const KernelLaunchArgs &orig_args, const void *kernel_ptr, Int64 total_loop_size, Int32 wanted_shared_memory) |
| |
| void | _fillPointerAttribute (PointerAttribute &attribute, ePointerMemoryType mem_type, int device, const void *pointer, const void *device_pointer, const void *host_pointer) |
| |
| void | _fillPointerAttribute (PointerAttribute &attribute, const void *pointer) |
| |
Définition à la ligne 151 du fichier RunQueueRuntime.cc.