Download jcufft-6.0.jar file

Introduction

You can download jcufft-6.0.jar in this page.

License

Open Source

Type List

jcufft-6.0.jar file has the following types.

JCufft-linux-x86_64.so
META-INF/MANIFEST.MF
META-INF/maven/org.nd4j/jcufft/pom.properties
META-INF/maven/org.nd4j/jcufft/pom.xml
jcuda.fft.JCufft.class
jcuda.fft.cufftCompatibility.class
jcuda.fft.cufftHandle.class
jcuda.fft.cufftResult.class
jcuda.fft.cufftType.class

Pom

jcufft-6.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
        <groupId>org.nd4j</groupId>
        <artifactId>jcuda-parent</artifactId>
        <version>6.0</version>
    </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.nd4j</groupId>
  <artifactId>jcufft</artifactId>
  <packaging>jar</packaging>
  <name>jcufft</name>
  <url>http://jcuda.org</url>
  <dependencies>
      <dependency>
          <groupId>org.nd4j</groupId>
          <artifactId>jcuda</artifactId>
          <version>${project.version}</version>
      </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.nd4j</groupId>
   <artifactId>jcufft</artifactId>
   <version>6.0</version>
</dependency>

Download

If you think the following jcufft-6.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jcufft-6.0.jar file




PreviousNext

Related