Re: [PATCH] D14000: [CUDA] Allow code generation for functions with target attributes that don't match compilation mode.

2016-03-15 Thread Jingyue Wu via cfe-commits
jingyue added a comment. Is this patch obsolete? Are you still trying to push it in? http://reviews.llvm.org/D14000 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D14000: [CUDA] Allow code generation for functions with target attributes that don't match compilation mode.

2015-10-22 Thread Artem Belevich via cfe-commits
tra created this revision. tra added reviewers: eliben, jingyue, jpienaar, echristo. tra added a subscriber: cfe-commits. Currently -fcuda-disable-target-call-checks option enables parsing of code that calls across host/device boundary. However, we don't emit any IR for functions that don't have