Skip to content

Commit

Permalink
[OpenMP] Refined CUDA plugin to put all CUDA operations into class
Browse files Browse the repository at this point in the history
Summary: Current implementation mixed everything up so that there is almost no encapsulation. In this patch, all CUDA related operations are put into a new class DeviceRTLTy and only necessary functions are exposed. In addition, all C++ code now conforms with LLVM code standard, keeping those API functions following C style.

Reviewers: jdoerfert

Reviewed By: jdoerfert

Subscribers: jfb, yaxunl, guansong, openmp-commits

Tags: #openmp

Differential Revision: https://reviews.llvm.org/D77951
  • Loading branch information
shiltian committed Apr 13, 2020
1 parent 68eb086 commit 4031bb9
Showing 1 changed file with 627 additions and 665 deletions.

0 comments on commit 4031bb9

Please sign in to comment.