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