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 b9112ae commit 7e06911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/misc.rst
Expand Up @@ -355,7 +355,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

PyCUDA 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 pycuda/scan.py
Expand Up @@ -24,11 +24,7 @@
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/
Direct browse link:
https://code.google.com/p/thrust/source/browse/thrust/detail/backend/cuda/detail/fast_scan.inl
Derived from code within the Thrust project, https://github.com/thrust/thrust/
"""


Expand Down

0 comments on commit 7e06911

Please sign in to comment.