[PATCH] [cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
tra at google.com
Wed May 6 15:13:33 PDT 2015
================
Comment at: lib/CodeGen/CGCUDARuntime.h:47
@@ -45,1 +46,3 @@
+ /// Adds CGF.CurFn to EmittedKernels and calls EmitDeviceStubBody() to emit a
+ /// kernel launch stub.
----------------
echristo wrote:
> Missed a rename :)
It was actually a leftover from the early version of the changes. EmitDeviceStubBody no longer exists in this class.
http://reviews.llvm.org/D9507
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list