|
|
|
@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License. */
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
// Because clang-format 4.X and clang-format 3.8+ format
|
|
|
|
|
// following lines in different. So disable clang-format.
|
|
|
|
|
#include "hl_cuda.h"
|
|
|
|
|
#include <cuda_profiler_api.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
@ -23,6 +26,7 @@ limitations under the License. */
|
|
|
|
|
#include "hl_dso_loader.h"
|
|
|
|
|
#include "hl_thread.ph"
|
|
|
|
|
#include "paddle/utils/Logging.h"
|
|
|
|
|
// clang-format on
|
|
|
|
|
|
|
|
|
|
namespace dynload {
|
|
|
|
|
|
|
|
|
|