Skip to content

Commit

Permalink
Fix thrust links
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 2, 2016
1 parent ffca3f1 commit f4d00cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -24,7 +24,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

PyOpenCL includes derivatives of parts of the `Thrust
<https://code.google.com/p/thrust/>`_ computing package (in particular the scan
<https://github.com/thrust/thrust/>`_ computing package (in particular the scan
implementation). These parts are licensed as follows:

Copyright 2008-2011 NVIDIA Corporation
Expand Down
6 changes: 1 addition & 5 deletions pyopencl/scan.py
Expand Up @@ -24,14 +24,10 @@
See the License for the specific language governing permissions and
limitations under the License.
Derived from thrust/detail/backend/cuda/detail/fast_scan.inl
within the Thrust project, https://code.google.com/p/thrust/
Derived from code within the Thrust project, https://github.com/thrust/thrust/
"""

# Direct link to thrust source:
# https://code.google.com/p/thrust/source/browse/thrust/detail/backend/cuda/detail/fast_scan.inl # noqa

import numpy as np

import pyopencl as cl
Expand Down

0 comments on commit f4d00cc

Please sign in to comment.