Giter VIP home page Giter VIP logo

gpu_deconvolution's Introduction

Requirements
============

* Cuda toolkit version 6.5, maybe 5.5 is sufficient, but we did not test it.
  Please make sure you have set it up correctly, following the instructions
  from NVidia.

* A compatible compiler. On Windows, that's the Microsoft compiler, on Mac OS X
  and Linux, this is gcc. More details on versions can be found at
  https://nvidia.com.

* For the Java wrappers, the Java Development Kit (JDK) and the environment
  variable JAVA_HOME pointing the folder it's installed.

Build instructions
==================

To simplify building, we provide Makefiles for all major operating systems.
More details below.

Windows
-------

* It should be possible to use any version of Visual Studio or just the
  Windows SDK alone, but you'll need to edit the Makefile (Makefile.win) and
  adjust CL_VERSION appropriately.
  Windows 7 SDK:    CL_VERSION = 2010
  Visual Studio 10: CL_VERSION = 2010
  Visual Studio 11: CL_VERSION = 2012
  Visual Studio 12: CL_VERSION = 2013

  We were using the Windows 7 SDK.

* If you want to compile the DLL needed for the Fiji plugin, just type:
  nmake -f Makefile.win

* If you want to use the C library from within your own project, just
  adjust the Makefile accordingly, it's very basic.

* Also check
  http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows


Linux
-----

* If you want to compile the shared library needed for the Fiji plugin,
  just type:
  make -f Makefile.linux

* If you want to use the C library from within your own project, just
  adjust the Makefile accordingly, it's very basic.

* Also check
  http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux


Mac OS X
--------

* If you want to compile the shared library needed for the Fiji plugin,
  just type:
  make -f Makefile.macosx

* If you want to use the C library from within your own project, just
  adjust the Makefile accordingly, it's very basic.

* Also check
  http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x


Using the library
=================

Basic usage of the library is demonstrated in the file that wraps the call
from Java, namely fastspim_NativeSPIMReconstructionCuda.cpp

gpu_deconvolution's People

Contributors

bene51 avatar

Watchers

James Cloos avatar Nico Scherf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.