Package jcuda.utils


package jcuda.utils
Utility classes for JCuda.

This package contains utility classes for JCuda. This includes helper classes that may be used for benchmarking, unit tests and simple file operations, as well as classes that simplify different JCuda programming tasks.

  • Classes
    Class
    Description
    Command line argument utility functions, similar to the CUTIL functions.
    Utility functions for comparing arrays.
    Utility class for creating arrays containing random data.
    File I/O functions, similar to the CUTIL file functions
    This is a utility class that simplifies the setup and launching of CUDA kernels using the JCuda Driver API.
    Utility methods for creating formatted String representations of 1D- 2D- and 3D arrays
    Simple timer functionality, similar to the CUTIL timer functions