- 01 11月, 2021 1 次提交
-
-
由 Liu-xiandong 提交于
* fix cusparse compile bug in CUDA11.2, test=develop * fix bug
-
- 19 10月, 2021 1 次提交
-
-
由 Liu-xiandong 提交于
The code of this PR can only support CUDA 11.2. Currently, CI does not have GPU with CUDA 11.2 , and all tests will be skipped automatically. The new OP is paddle._C_ops.sparse_attention. Regarding the work of the python API, it will be resolved in a follow-up PR. The code of this PR lacks tests on dynamic graphs and static graphs, and will be added in subsequent PRs.
-
- 24 9月, 2021 1 次提交
-
-
由 Liu-xiandong 提交于
解决Windows中CUDA11.2编译出错的问题。 cherry-pick #35941
-
- 15 9月, 2021 1 次提交
-
-
由 Liu-xiandong 提交于
Put Nvidia's cusparse library into paddle.
-