Merge branch 'NVIDIA:master' into graph_conditional_nodes

This commit is contained in:
jgaiseratnvidia 2023-10-20 16:11:04 -07:00 committed by GitHub
commit 8927ed4b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"