Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 56 Build 56: arc lint + arc unit
Paths
| Differential D25150
[CUDA] Allow static variables in __host__ __device__ functions, so long as they're never codegen'ed for device. ClosedPublic Authored by jlebar on Sep 30 2016, 6:01 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2016, 9:31 AM Closed by commit rL284145: [CUDA] Allow static variables in __host__ __device__ functions, so long as… (authored by jlebar). · Explain WhyOct 13 2016, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 73182 clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCUDA/device-var-init.cu
clang/test/SemaCUDA/static-vars-hd.cu
|