Skip to content

Commit 56b4329

Browse files
authored
Remove unsupported assertions stuff & bump to 1.3.5 (#792)
1 parent c079ff2 commit 56b4329

File tree

3 files changed

+1
-78
lines changed

3 files changed

+1
-78
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AMDGPU"
22
uuid = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
authors = ["Julian P Samaroo <[email protected]>", "Valentin Churavy <[email protected]>", "Anton Smirnov <[email protected]>"]
55

66
[deps]

src/device/gcn.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include(joinpath("gcn", "helpers.jl"))
2-
include(joinpath("gcn", "assertion.jl"))
32
include(joinpath("gcn", "array.jl"))
43
include(joinpath("gcn", "math.jl"))
54
include(joinpath("gcn", "wavefront.jl"))

src/device/gcn/assertion.jl

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)