Tabnine Logo
jcuda.runtime
Code IndexAdd Tabnine to your IDE (free)

How to use jcuda.runtime

Best Java code snippets using jcuda.runtime (Showing top 20 results out of 315)

origin: org.jcuda/jcuda

public static int cudaStreamCreateWithPriority(cudaStream_t pStream, int flags, int priority)
{
  return checkResult(cudaStreamCreateWithPriorityNative(pStream, flags, priority));
}
private static native int cudaStreamCreateWithPriorityNative(cudaStream_t pStream, int flags, int priority);
origin: org.jcuda/jcuda

/**
 * Returns a String representation of this object.
 *
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaEvent_t["+
    "nativePointer="+getNativePointer()+"]";
}
origin: org.nd4j/jcuda

public static int cudaStreamGetPriority(cudaStream_t hStream, int priority[])
{
  return checkResult(cudaStreamGetPriorityNative(hStream, priority));
}
private static native int cudaStreamGetPriorityNative(cudaStream_t hStream, int priority[]);
origin: org.jcuda/jcuda

public static int cudaStreamAttachMemAsync(cudaStream_t stream, Pointer devPtr, long length, int flags)
{
 return checkResult(cudaStreamAttachMemAsyncNative(stream, devPtr, length, flags));
}
private static native int cudaStreamAttachMemAsyncNative(cudaStream_t stream, Pointer devPtr, long length, int flags);
origin: org.nd4j/jcuda

/**
 * Returns a String representation of this object.
 * 
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaMemcpy3DParms["+createString(",")+"]";
}
origin: org.nd4j/jcuda

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 * 
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "Parameters for cudaMemcopy3DPeer:\n    "+createString("\n    ");
}
 
origin: org.nd4j/nd4j-jcublas-common

/**
 * Returns a String representation of this object.
 *
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaResourceViewDesc["+createString(",")+"]";
}
origin: org.nd4j/jcuda-windows64

/**
 * Returns the String describing the name of this cudaDeviceProp
 *
 * @return String The String describing the name of this cudaDeviceProp
 */
public String getName()
{
  return createString(name);
}
origin: org.nd4j/jcuda

public static int cudaStreamCreateWithPriority(cudaStream_t pStream, int flags, int priority)
{
  return checkResult(cudaStreamCreateWithPriorityNative(pStream, flags, priority));
}
private static native int cudaStreamCreateWithPriorityNative(cudaStream_t pStream, int flags, int priority);
origin: org.nd4j/nd4j-jcublas-common

public static int cudaStreamGetPriority(cudaStream_t hStream, int priority[])
{
  return checkResult(cudaStreamGetPriorityNative(hStream, priority));
}
private static native int cudaStreamGetPriorityNative(cudaStream_t hStream, int priority[]);
origin: org.jcuda/jcuda

/**
 * Returns a String representation of this object.
 *
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaMemcpy3DParms["+createString(",")+"]";
}
origin: org.nd4j/nd4j-jcublas-common

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 * 
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "Parameters for cudaMemcopy3DPeer:\n    "+createString("\n    ");
}
 
origin: org.nd4j/jcuda-windows64

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 *
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "CUDA resource view descriptor:\n    "+createString("\n    ");
}
origin: org.jcuda/jcuda

/**
 * Returns a String representation of this object.
 *
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaDeviceProp["+createString(",")+"]";
}
origin: org.nd4j/nd4j-jcublas-common

public static int cudaStreamCreateWithPriority(cudaStream_t pStream, int flags, int priority)
{
  return checkResult(cudaStreamCreateWithPriorityNative(pStream, flags, priority));
}
private static native int cudaStreamCreateWithPriorityNative(cudaStream_t pStream, int flags, int priority);
origin: org.nd4j/jcuda-windows64

public static int cudaStreamGetPriority(cudaStream_t hStream, int priority[])
{
  return checkResult(cudaStreamGetPriorityNative(hStream, priority));
}
private static native int cudaStreamGetPriorityNative(cudaStream_t hStream, int priority[]);
origin: org.jcuda/jcuda

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 *
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "Parameters for cudaMemcopy3D:\n    "+createString("\n    ");
}
origin: org.nd4j/jcuda-windows64

/**
 * Returns a String representation of this object.
 * 
 * @return A String representation of this object.
 */
@Override
public String toString()
{
  return "cudaMemcpy3DPeerParms["+createString(",")+"]";
}
origin: org.jcuda/jcuda

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 *
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "CUDA resource view descriptor:\n    "+createString("\n    ");
}
origin: org.jcuda/jcuda

/**
 * Creates and returns a formatted (aligned, multi-line) String
 * representation of this object
 *
 * @return A formatted String representation of this object
 */
public String toFormattedString()
{
  return "Device properties:\n    "+createString("\n    ");
}
jcuda.runtime

Most used classes

  • JCuda
    Java bindings for the NVidia CUDA runtime API. Most comments are extracted from the CUDA online doc
  • cudaDeviceProp
    Java port of the cudaDeviceProp. Most comments are taken from the CUDA reference manual.
  • cudaError
    Error codes. The documentation is extracted from the CUDA header files.
  • cudaStream_t
    Java port of a cudaStream_t.
  • cudaArray
    Java port of a cudaArray
  • cudaComputeMode,
  • cudaEvent_t,
  • cudaGraphicsResource,
  • cudaMemcpy3DParms,
  • cudaMemcpy3DPeerParms,
  • cudaMemcpyKind,
  • cudaMemoryType,
  • cudaMipmappedArray,
  • cudaResourceDesc,
  • cudaResourceViewDesc,
  • cudaResourceViewFormat,
  • cudaSurfaceObject,
  • cudaTextureAddressMode,
  • cudaTextureDesc
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now