Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering can now be performed on the GPU #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 9, 2018

  1. Adding filtering via GPU, this is an interactive reabsed comit. See b…

    …elow commits
    
    Calling filtering from functor
    
    Moving away from tensorflow::Tensors, this causes problems when using GPU
    
    Adding functionality to makefile and removing .cc.cul files
    
    Implemented templated specialization of functors, also moved away from the tensorflow CUDA macros and defined my own, we have also reverted back to Tensors
    
    Fixing issue with registering GPU op when no gpu is present
    
    Compiling modified permutohedral.cu, getting an error with invalid pointer
    
    Now filtering on GPU
    
    Fixing channel error in filter operation and removing std::couts
    
    Updates to readme
    
    Tidying up before PR
    thwjoy committed May 9, 2018
    Configuration menu
    Copy the full SHA
    d7a4524 View commit details
    Browse the repository at this point in the history
  2. Adding Licences and corresponding info

    Updating licence
    thwjoy committed May 9, 2018
    Configuration menu
    Copy the full SHA
    43c2db5 View commit details
    Browse the repository at this point in the history