Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/include/omptarget.h
Show First 20 Lines • Show All 204 Lines • ▼ Show 20 Lines | |||||
void *llvm_omp_target_alloc_shared(size_t size, int device_num); | void *llvm_omp_target_alloc_shared(size_t size, int device_num); | ||||
/// add the clauses of the requires directives in a given file | /// add the clauses of the requires directives in a given file | ||||
void __tgt_register_requires(int64_t flags); | void __tgt_register_requires(int64_t flags); | ||||
/// adds a target shared library to the target execution image | /// adds a target shared library to the target execution image | ||||
void __tgt_register_lib(__tgt_bin_desc *desc); | void __tgt_register_lib(__tgt_bin_desc *desc); | ||||
/// Initialize all RTLs at once | |||||
void __tgt_init_all_rtls(); | |||||
Lint: Pre-merge checks: clang-tidy: warning: invalid case style for function '__tgt_init_all_rtls' [readability… | |||||
/// removes a target shared library from the target execution image | /// removes a target shared library from the target execution image | ||||
void __tgt_unregister_lib(__tgt_bin_desc *desc); | void __tgt_unregister_lib(__tgt_bin_desc *desc); | ||||
// creates the host to target data mapping, stores it in the | // creates the host to target data mapping, stores it in the | ||||
// libomptarget.so internal structure (an entry in a stack of data maps) and | // libomptarget.so internal structure (an entry in a stack of data maps) and | ||||
// passes the data to the device; | // passes the data to the device; | ||||
void __tgt_target_data_begin(int64_t device_id, int32_t arg_num, | void __tgt_target_data_begin(int64_t device_id, int32_t arg_num, | ||||
void **args_base, void **args, int64_t *arg_sizes, | void **args_base, void **args, int64_t *arg_sizes, | ||||
▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines |
clang-tidy: warning: invalid case style for function '__tgt_init_all_rtls' [readability-identifier-naming]
not useful