Skip to content

Commit 25cc9d3

Browse files
authored
Merge pull request #17 from yuehhua/develop
Improve performance of scatter operations
2 parents c0117be + 5d13833 commit 25cc9d3

File tree

9 files changed

+146
-208
lines changed

9 files changed

+146
-208
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ include:
77

88
image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
99

10-
test:v1.0:
11-
extends:
12-
- .julia:1.0
13-
- .test
14-
variables:
15-
CI_VERSION_TAG: 'v1.0'
16-
17-
test:v1.1:
18-
extends:
19-
- .julia:1.1
20-
- .test
21-
variables:
22-
CI_VERSION_TAG: 'v1.1'
23-
24-
test:v1.2:
25-
extends:
26-
- .julia:1.2
27-
- .test
28-
variables:
29-
CI_VERSION_TAG: 'v1.2'
30-
3110
test:v1.3:
3211
extends:
3312
- .julia:1.3

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ os:
88

99
julia:
1010
- 1.3
11-
- 1.2
12-
- 1.1
13-
- 1.0
1411
- nightly
1512

1613
branches:

0 commit comments

Comments
 (0)