congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
JCublas.cublasShutdownNative
Code IndexAdd Tabnine to your IDE (free)

How to use
cublasShutdownNative
method
in
jcuda.jcublas.JCublas

Best Java code snippets using jcuda.jcublas.JCublas.cublasShutdownNative (Showing top 6 results out of 315)

origin: org.nd4j/jcublas

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
  return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
origin: org.nd4j/nd4j-jcublas-common

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
  return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
origin: org.scalanlp/jcublas

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
 return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
origin: org.nd4j/jcublas-windows64

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
  return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
origin: org.jcuda/jcublas

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
  return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
origin: org.nd4j/jcublas-osx

/**
 * Wrapper for CUBLAS function.<br />
 * <br />
 * cublasStatus
 * cublasShutdown()<br />
 *<br />
 * releases CPU-side resources used by the CUBLAS library. The release of
 * GPU-side resources may be deferred until the application shuts down.<br />
 *<br />
 * Return Values<br />
 * -------------<br />
 * CUBLAS_STATUS_NOT_INITIALIZED  if CUBLAS library has not been initialized<br />
 * CUBLAS_STATUS_SUCCESS          if CUBLAS library shut down successfully<br />
 */
public static int cublasShutdown()
{
  return checkResult(cublasShutdownNative());
}
private static native int cublasShutdownNative();
jcuda.jcublasJCublascublasShutdownNative

Popular methods of JCublas

  • checkResult
    If the given result is different to cublasStatus.CUBLAS_STATUS_SUCCESS and exceptions have been enab
  • checkResultBLAS
    Obtain the current CUBLAS status by calling cublasGetErrorNative, and store the result as the lastRe
  • cublasAllocNative
  • cublasCaxpyNative
  • cublasCcopyNative
  • cublasCdotcNative
  • cublasCdotuNative
  • cublasCgbmvNative
  • cublasCgemmNative
  • cublasCgemvNative
  • cublasCgercNative
  • cublasCgeruNative
  • cublasCgercNative,
  • cublasCgeruNative,
  • cublasChbmvNative,
  • cublasChemmNative,
  • cublasChemvNative,
  • cublasCher2Native,
  • cublasCher2kNative,
  • cublasCherNative,
  • cublasCherkNative,
  • cublasChpr2Native

Popular in Java

  • Parsing JSON documents to java classes using gson
  • requestLocationUpdates (LocationManager)
  • setRequestProperty (URLConnection)
  • putExtra (Intent)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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