diff options
author | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-02 09:19:42 +0000 |
---|---|---|
committer | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-02 09:19:42 +0000 |
commit | b1a52abd87c15f3b32f86153b33e6f48ccd8d705 (patch) | |
tree | 8c05ad373c039a6e3786d1e4ec3cdf5c842039cd /lldb/packages/Python/lldbsuite/test | |
parent | 574b753bfd3adb9d17341acd48dd1bb6a57ec1f3 (diff) | |
download | bcm5719-llvm-b1a52abd87c15f3b32f86153b33e6f48ccd8d705.tar.gz bcm5719-llvm-b1a52abd87c15f3b32f86153b33e6f48ccd8d705.zip |
[GPUJIT] Teach GPUJIT to use a pre-existing CUDA context if available.
On mixing the driver and runtime APIs, it is quite possible that a
context already exists due to runtime API usage. In this case, Polly should
try to use the same context.
This patch teaches GPUJIT to detect that a context exists and how to
pick up this context.
Without this, calling `cudaMallocManaged`, for example, before a
polly-generated kernel launch causes P100 to *hang*.
This is a part of (https://reviews.llvm.org/D35991) that was extracted
out.
Differential Revision: https://reviews.llvm.org/D36162
llvm-svn: 309802
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions