Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Revisions to wrappers pt 1 (#29)
Browse files Browse the repository at this point in the history
* checking for rocm 3.1 diffs
* updated naming conventions
* loading with new wrappers now
* tests updated and passing
* ROCm 3.3 headers added
* move headers to correct subdir
  • Loading branch information
wsphillips committed Apr 19, 2020
1 parent 1866746 commit bdda3bd
Show file tree
Hide file tree
Showing 28 changed files with 5,719 additions and 2,314 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "HSARuntime"
uuid = "2c364e2c-59fb-59c3-96f3-194112e690e0"
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me"]
version = "0.2.9"
version = "0.3.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
69 changes: 0 additions & 69 deletions deps/hsa_extras.jl

This file was deleted.

2 comments on commit bdda3bd

@jpsamaroo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/13292

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" bdda3bdf1b473e531336e2f28259d9b15ebc89a1
git push origin v0.3.0

Please sign in to comment.