mcGDB
01, Jul 2016
  • Installation
  • Extending mcGDB
  • mcGDB Module for OpenMP
  • Python Programming Interface
    • Generic Toolset
    • Model-Specific Toolsets
      • Task-Based Models
      • GPU-Based Models
        • mcgdb.model.gpu package
        • GPU-Based Environments
  • Performance Evaluation of Breakpoint-Based Runtime-Information Capture
  • Low-level Tracing
  • Example: mcGDB support from scratch
mcGDB
  • Docs »
  • Python Programming Interface »
  • OpenCL package

OpenCL package¶

  • Capture package
    • clCreateBuffer module
    • clCreateKernel module
    • clEnqueueNDRangeKernel module
    • clEnqueueReadWriteBuffer module
    • clFinish module
    • clReleaseKernel module
    • clReleaseMemObject module
    • clSetKernelArg module
    • Module contents

Representation¶

User module¶

Next Previous

Built with Sphinx using a theme provided by Read the Docs.