mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 17:39:16 +08:00
Update samples for 12.3
This commit is contained in:
parent
03309a2d42
commit
c46754b877
|
@ -1,6 +1,6 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### CUDA 12.1
|
### CUDA 12.2
|
||||||
* libNVVM samples received updates
|
* libNVVM samples received updates
|
||||||
* Fixed jitLto Case issues
|
* Fixed jitLto Case issues
|
||||||
* Enabled HOST_COMPILER flag to the makefiles for GCC which is untested but may still work.
|
* Enabled HOST_COMPILER flag to the makefiles for GCC which is untested but may still work.
|
||||||
|
|
|
@ -31,14 +31,16 @@
|
||||||
* https://vulkan-tutorial.com/
|
* https://vulkan-tutorial.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdexcept>
|
|
||||||
#include <iostream>
|
|
||||||
#include <fstream>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <fstream>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <iostream>
|
||||||
|
#include <limits>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <stdexcept>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
#include "VulkanBaseApp.h"
|
#include "VulkanBaseApp.h"
|
||||||
|
|
||||||
#define GLFW_INCLUDE_VULKAN
|
#define GLFW_INCLUDE_VULKAN
|
||||||
|
|
|
@ -31,14 +31,16 @@
|
||||||
* https://vulkan-tutorial.com/
|
* https://vulkan-tutorial.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdexcept>
|
|
||||||
#include <iostream>
|
|
||||||
#include <fstream>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <fstream>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <iostream>
|
||||||
|
#include <limits>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <stdexcept>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
#include "VulkanBaseApp.h"
|
#include "VulkanBaseApp.h"
|
||||||
#include "VulkanCudaInterop.h"
|
#include "VulkanCudaInterop.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user