Skip to content

Commit

Permalink
Add warning about pre-production state of rocPRIM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Szuppe committed Apr 17, 2018
1 parent 3514b24 commit 265486e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Warning (pre-production state)

rocPRIM is in its pre-production state and should be used for development purposes only.

# rocPRIM

The rocPRIM is a header-only library providing HIP and HC parallel primitives for developing
Expand All @@ -7,7 +11,7 @@ performant GPU-accelerated code on AMD ROCm platform.

* Git
* CMake (3.10.0 or later)
* AMD [ROCm](https://rocm.github.io/install.html) platform (1.6.4 or later)
* AMD [ROCm](https://rocm.github.io/install.html) platform (1.7.1 or later)

Optional:

Expand Down

0 comments on commit 265486e

Please sign in to comment.