File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PROJECT(libgpuarray C)
55set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /CMakeModules/" )
66
77# -Wall is unbelieveably noisy with Visual Studio:
8- # http ://stackoverflow.com/q/4001736/3257826
8+ # https ://stackoverflow.com/q/4001736/3257826
99if (MSVC )
1010 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -W3" )
1111else ()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ with a log of the build messages to abergeron@gmail.com.
55Requirements:
66
77 - either an OpenCL runtime (with headers) or the CUDA toolkit
8- - CMake [ http ://cmake.org ] (to build)
8+ - CMake [ https ://cmake.org ] (to build)
99
1010Run CMake on the CMakeList.txt file in src/ and build according to
1111your platform. Set CMAKE_INSTALL_PREFIX to your desired path if you
@@ -21,4 +21,4 @@ There are instruction for installation in the CMake file which make
2121install on Windows.
2222
2323If you also want the python bindings, run 'python setup.py install'
24- after building and installing the library which will install pygpu.
24+ after building and installing the library which will install pygpu.
Original file line number Diff line number Diff line change 99
1010 ( function ( ) {
1111 var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
12- ga . src = ( 'https:' == document . location . protocol ? 'https: //ssl' : 'http://www' ) + ' .google-analytics.com/ga.js';
12+ ga . src = 'https://ssl.google-analytics.com/ga.js' ;
1313 var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
1414 } ) ( ) ;
1515</ script >
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ install step. It is up to you to copy the headers and libraries to an
175175appropriate place.
176176
177177If you don't have Visual Studio installed, you can get the free
178- Express version from `here <http ://www.visualstudio.com/ >`_ in the
179- downloads section (select the "for Windows " edition).
178+ Express version from `here <https ://www.visualstudio.com/ >`_ in the
179+ downloads section (select the "for windows " edition).
180180
181181.. warning ::
182182 While you may get the library to compile using cygwin, this is not
@@ -226,7 +226,7 @@ you can confirm which device it is running on.
226226 only the codename of the architecture the GPU belongs to (e.g.
227227 'Tahiti').
228228
229- .. _cmake : http ://cmake.org/
229+ .. _cmake : https ://cmake.org/
230230
231231.. _clblas : https://github.com/clMathLibraries/clBLAS
232232
@@ -238,10 +238,10 @@ you can confirm which device it is running on.
238238
239239.. _check : http://check.sourceforge.net/
240240
241- .. _python : http ://python.org/
241+ .. _python : https ://python.org/
242242
243243.. _cython : http://cython.org/
244244
245- .. _nosetests : http ://nose.readthedocs.org/en/latest/
245+ .. _nosetests : https ://nose.readthedocs.org/en/latest/
246246
247247.. _mako : http://www.makotemplates.org/
Original file line number Diff line number Diff line change 22xxHash - Fast Hash algorithm
33Copyright (C) 2012-2015, Yann Collet
44
5- BSD 2-Clause License (http ://www. opensource.org/licenses/bsd-license.php)
5+ BSD 2-Clause License (https ://opensource.org/licenses/bsd-license.php)
66
77Redistribution and use in source and binary forms, with or without
88modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 66 Header File
77 Copyright (C) 2012-2015, Yann Collet.
88
9- BSD 2-Clause License (http ://www. opensource.org/licenses/bsd-license.php)
9+ BSD 2-Clause License (https ://opensource.org/licenses/bsd-license.php)
1010
1111 Redistribution and use in source and binary forms, with or without
1212 modification, are permitted provided that the following conditions are
You can’t perform that action at this time.
0 commit comments