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:
Rob Armstrong 2025-03-31 08:00:50 -07:00
commit 685709bfc7
6 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,7 @@ namespace nv
s[2] = &r3[0];
s[3] = &r4[0];
register int i,j,p,jj;
int i,j,p,jj;
for (i=0; i<4; i++)
{

View File

@ -25,6 +25,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cuda_runtime.h>
#include <cuda.h>
#include <helper_cuda.h>
#include <helper_image.h>

Binary file not shown.

Binary file not shown.

BIN
bin/win64/minsizeRel/freeglut.dll Executable file

Binary file not shown.

BIN
bin/win64/minsizeRel/glew64.dll Executable file

Binary file not shown.