Codegen tests for device-side variable initialization are subset of test
cases used to verify Sema's part of the job.
Including CodeGenCUDA/device-var-init.cu from SemaCUDA makes it easier to
keep both sides in sync.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/SemaCUDA/device-var-init.cu | ||
---|---|---|
7–11 | I wonder if it's OK for me to #include a file from another test directory? |
I wonder if it's OK for me to #include a file from another test directory?
Please let me know if you have concerns or suggestions.