GPUProgrammingT.A

所属分类:GPU/显卡
开发工具:C
文件大小:490KB
下载次数:0
上传日期:2018-10-01 13:59:49
上 传 者sh-1993
说明:  GPU编程T.A.类,,
(GPUProgrammingT.A.Class,,)

文件列表:
1st (0, 2018-10-01)
1st\Makefile (224, 2018-10-01)
1st\vectorAdd (13416, 2018-10-01)
1st\vectorAdd.c (3393, 2018-10-01)
1st\vectorAddOptimized (13376, 2018-10-01)
2nd (0, 2018-10-01)
2nd\Makefile (343, 2018-10-01)
2nd\VectorAddParallel (13181, 2018-10-01)
2nd\VectorAddParallel.c (2463, 2018-10-01)
2nd\VectorAddParallelOptimized (13189, 2018-10-01)
3rd (0, 2018-10-01)
3rd\Makefile (201, 2018-10-01)
3rd\VectorOperationParallel (13336, 2018-10-01)
3rd\VectorOperationParallel.c (2651, 2018-10-01)
4th (0, 2018-10-01)
4th\Makefile (224, 2018-10-01)
4th\histogram (14185, 2018-10-01)
4th\histogram.c (5657, 2018-10-01)
4th\histogramOptimized (14090, 2018-10-01)
5th (0, 2018-10-01)
5th\Makefile (516, 2018-10-01)
5th\VectorOperations (13149, 2018-10-01)
5th\VectorOperations.c (1755, 2018-10-01)
5th\VectorOperations.c.gcov (4370, 2018-10-01)
5th\VectorOperations.gcda (632, 2018-10-01)
5th\VectorOperations.gcno (3776, 2018-10-01)
5th\VectorOperationsLineProfile (29314, 2018-10-01)
5th\VectorOperationsProfile (15545, 2018-10-01)
5th\gmon.out (1119, 2018-10-01)
6th (0, 2018-10-01)
6th\Makefile (94, 2018-10-01)
6th\vectorAdd (524291, 2018-10-01)
6th\vectorAdd.cu (3975, 2018-10-01)
7th (0, 2018-10-01)
7th\Makefile (94, 2018-10-01)
7th\vectorAdd (524347, 2018-10-01)
7th\vectorAdd.cu (4049, 2018-10-01)
8th (0, 2018-10-01)
... ...

#### GPUProgramming T.A.Class source codes and stuff. **To Students:** You can either fork the repository, download sourcecode zip file, or get it with git. **To working with git:** At first time: change current directory to an arbitrary one, e.g (change directory to your home): * `cd ~` and then run this command to get sources: * `git clone https://github.com/amirsojoodi/GPUProgrammingT.A.Class.git` those who have forked the repository: * `git clone https://github.com/yourusername/GPUProgrammingT.A.Class.git` Then create a new branch, (current branch is the default branch, *master*) run: * `git branch *your-name*` Then move to the new created branch (you have not to edit sources when you are in master branch) * `git checkout *your-name*` Now feel free to edit codes and perform commits. (those who forked the project can push to their repository freely) And after each update of the repository go to directory `GPUProgrammingT.A.Class` and run: * `git pull` **Important** if you have changed any parts of your code, you have to merge repositories in order to make sure everything is updated. For this purpose you have to create pull request in this reposistory.

近期下载者

相关文件


收藏者