[HIPIFY] CUDA 10.1 Update 2 support

This commit is contained in:
Evgeny Mankov
2019-08-21 21:06:20 +03:00
parent 900590967d
commit 8293f9a706
6 changed files with 147 additions and 110 deletions
@@ -4,6 +4,11 @@
| **type** | **CUDA** |**CUDA version\***| **HIP** |
|-------------:|---------------------------------------------------------------|:-----------------|------------------------------------------------------------|
| define |`CUSPARSE_VER_MAJOR` | 10.1 Update 2 | |
| define |`CUSPARSE_VER_MINOR` | 10.1 Update 2 | |
| define |`CUSPARSE_VER_PATCH` | 10.1 Update 2 | |
| define |`CUSPARSE_VER_BUILD` | 10.1 Update 2 | |
| define |`CUSPARSE_VERSION` | 10.1 Update 2 | |
| enum |***`cusparseAction_t`*** | |***`hipsparseAction_t`*** |
| 0 |*`CUSPARSE_ACTION_SYMBOLIC`* | |*`HIPSPARSE_ACTION_SYMBOLIC`* |
| 1 |*`CUSPARSE_ACTION_NUMERIC`* | |*`HIPSPARSE_ACTION_NUMERIC`* |