[
https://issues.apache.org/jira/browse/MAHOUT-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985918#comment-15985918
]
ASF GitHub Bot commented on MAHOUT-1974:
----------------------------------------
GitHub user nsakharnykh opened a pull request:
https://github.com/apache/mahout/pull/310
MAHOUT-1974 CUDA support
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsakharnykh/mahout mahout-1974
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/310.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #310
----
commit 9706bb88f3e21ddb910864c85f9d859f9d73708d
Author: Nikolai Sakharnykh <[email protected]>
Date: 2017-03-27T19:59:49Z
Initial version of CUDA bindings using JCuda
commit ab5e6353cc4abc5ef086bd4326d26e9c909c572f
Author: Andrew Palumbo <[email protected]>
Date: 2017-03-30T04:17:59Z
[WIP]Quick unit test benchmarks.. have not installed cusparse library yet
commit eaedfceb5378655b5a1a3edfa22b82aaebf7a71c
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T03:10:32Z
Fix parameter name in comments
commit 0d0b4e69bdcc28cd203a35ad608e0dbafe93f7ca
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T09:22:52Z
Added test to read env variables:
andy@micheal:~/sandbox/mahout_cuda/cuda$ export SIZE_N=5000
andy@micheal:~/sandbox/mahout_cuda/cuda$ export SIZE_M=5000
andy@micheal:~/sandbox/mahout_cuda/cuda$ export SIZE_S=5000
andy@micheal:~/sandbox/mahout_cuda/cuda$ export DENSITY=.2
andy@micheal:~/sandbox/mahout_cuda/cuda$ export NUM_RUNS=2
andy@micheal:~/sandbox/mahout_cuda/cuda$ export SEED=1234
commit b06678d0dc08b176863e311da59a869c4899974b
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T09:27:47Z
add default run size (and a timer)
commit 2cfbf75968fccded1350b7d297bc4195d0034399
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T15:09:34Z
Fix error in hard coded unit test
commit 35c540e4eebadfa11f761bc0c61e97db48e840ea
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T15:48:25Z
Change geometry of test vars for a faster run.
commit 9cc58a6c8495dd090abbc3609ffcfe5149c59c43
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T17:30:52Z
add in some verbosity for cuda mmul test
commit dd561bc577d35b3e30f871b705887af3105f843c
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T18:09:51Z
Cosmetic changes to unit tests
commit cdb6ca002c78f466db09bf9321e070c3546294c9
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T18:11:11Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout
into AP-UNIT-TEST
commit e72053df98fc8281952d6fd108696daa5d62afe6
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-06T18:22:43Z
cosmetic change for user defined variable run
commit 72bbf131f33dfd84cfbd5478004405dfffc5a966
Author: Andrew Palumbo <[email protected]>
Date: 2017-04-20T04:03:17Z
Supply default environment settings for tests.
commit 68e8400fae4d3487f93da8b085e68f4d55bf1e07
Author: Nikolai Sakharnykh <[email protected]>
Date: 2017-04-25T19:20:46Z
Enable exceptions for JCuda libraries
----
> CUDA support
> ------------
>
> Key: MAHOUT-1974
> URL: https://issues.apache.org/jira/browse/MAHOUT-1974
> Project: Mahout
> Issue Type: New Feature
> Reporter: Nikolay Sakharnykh
> Labels: features
>
> Implement native CUDA bindings using JCuda
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)