Skip to content

Instantly share code, notes, and snippets.

@pemd-sys
Last active October 7, 2021 20:56
Show Gist options
  • Save pemd-sys/d567a8b30bfc9955b39b907a8fde76aa to your computer and use it in GitHub Desktop.
Save pemd-sys/d567a8b30bfc9955b39b907a8fde76aa to your computer and use it in GitHub Desktop.
installing java and running jcuda application

installing java and running jcuda application

install intellj software
install visual studio c++ community
add cl.exe path to environment variables
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.23.28105\bin\Hostx64\x64

install nvidia cuda toolkit
https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local
open project folder in intellj software
add JAR dependencies by adding the JAR folder into the project
http://www.jcuda.org/downloads/downloads.html
https://www.jetbrains.com/help/idea/working-with-module-dependencies.html

install imagej
https://imagej.nih.gov/ij/download.html

install fiji
https://imagej.net/software/fiji/downloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment