Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Theano/libgpuarray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mingwandroid/libgpuarray
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 16 files changed
  • 2 contributors

Commits on Nov 30, 2016

  1. API for BLAS dot

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e8b0241 View commit details
    Browse the repository at this point in the history
  2. Finish BLAS dot for implementation for CUDA

    Plus some minor changes:
    
    - did `chmod +x setup.py`
    - added interface for clblas
    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    1ebf944 View commit details
    Browse the repository at this point in the history
  3. API for BLAS dot

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7ea397b View commit details
    Browse the repository at this point in the history
  4. Finish BLAS dot for implementation for CUDA

    Plus some minor changes:
    
    - did `chmod +x setup.py`
    - added interface for clblas
    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    8a643dd View commit details
    Browse the repository at this point in the history
  5. fix/cleanup

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    1f0c0fa View commit details
    Browse the repository at this point in the history
  6. fixed/more pygpu interface

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    bc79a22 View commit details
    Browse the repository at this point in the history
  7. get rid of conflict

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c518bb3 View commit details
    Browse the repository at this point in the history
  8. make all inc* arguments as type int

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    abc9a2c View commit details
    Browse the repository at this point in the history
  9. tests for blas dot

     - Added tests for BLAS dot
     - Implementation for CLBlast
     - modified blas tests from using nested for loops to itertools.product for
    parametrized tests.
    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    6aae5eb View commit details
    Browse the repository at this point in the history
  10. finish dot for clBLAS

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c3cfd02 View commit details
    Browse the repository at this point in the history
  11. minifixes

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7e4daa8 View commit details
    Browse the repository at this point in the history
  12. fall back to size_t for strides

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a13ed03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c5ba08 View commit details
    Browse the repository at this point in the history
  14. revert old int strides

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    593669f View commit details
    Browse the repository at this point in the history
  15. revert strides in private.h

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7b4f10c View commit details
    Browse the repository at this point in the history
  16. mini cleanup

    khaotik authored and mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    f00aff5 View commit details
    Browse the repository at this point in the history
  17. Include stdint.h via gpuarray/config.h

    Because for Visual Studio < 2010, we use a bundled version instead and
    the compile-guards that implement that logic are in gpuarray/config.h
    mingwandroid committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    ccc3ba7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6cb1ff7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    47ed9fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    076a98a View commit details
    Browse the repository at this point in the history
Loading