public class JCudaUtils extends Object
| Constructor and Description |
|---|
JCudaUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
preparePtxFile(URL cuFileURL)
The extension of the given file name is replaced with "ptx".
|
public static String preparePtxFile(URL cuFileURL) throws IOException, URISyntaxException
cuFileURL - The name of the .cu fileIOException - Thrown if an I/O error occurs.URISyntaxException - Thrown if the cuFileURL cannot be converted to an URI.Copyright © 2019. All rights reserved.