[PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Eric Christopher
echristo at gmail.com
Wed May 6 13:12:30 PDT 2015
Yeah, we don't really want to run the verifier on every compile. Very slow. :)
-eric
================
Comment at: lib/CodeGen/CGCUDANV.cpp:23
@@ -22,3 +22,3 @@
#include "llvm/IR/DerivedTypes.h"
-#include <vector>
+#include "llvm/IR/Verifier.h"
----------------
We don't actually want to run the verifier on every compilation :)
http://reviews.llvm.org/D9507
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list