mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Merge branch 'shawnz_bugs_fix' into 'master'
Bug fix for bug 5194249, 5188945 and 5164374 See merge request cuda-samples/cuda-samples!95
This commit is contained in:
commit
685709bfc7
@ -258,7 +258,7 @@ namespace nv
|
|||||||
s[2] = &r3[0];
|
s[2] = &r3[0];
|
||||||
s[3] = &r4[0];
|
s[3] = &r4[0];
|
||||||
|
|
||||||
register int i,j,p,jj;
|
int i,j,p,jj;
|
||||||
|
|
||||||
for (i=0; i<4; i++)
|
for (i=0; i<4; i++)
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cuda_runtime.h>
|
||||||
#include <cuda.h>
|
#include <cuda.h>
|
||||||
#include <helper_cuda.h>
|
#include <helper_cuda.h>
|
||||||
#include <helper_image.h>
|
#include <helper_image.h>
|
||||||
|
BIN
bin/win64/RelWithDebInfo/freeglut.dll
Executable file
BIN
bin/win64/RelWithDebInfo/freeglut.dll
Executable file
Binary file not shown.
BIN
bin/win64/RelWithDebInfo/glew64.dll
Executable file
BIN
bin/win64/RelWithDebInfo/glew64.dll
Executable file
Binary file not shown.
BIN
bin/win64/minsizeRel/freeglut.dll
Executable file
BIN
bin/win64/minsizeRel/freeglut.dll
Executable file
Binary file not shown.
BIN
bin/win64/minsizeRel/glew64.dll
Executable file
BIN
bin/win64/minsizeRel/glew64.dll
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user