diff --git a/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp b/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp --- a/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp +++ b/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp @@ -131,6 +131,9 @@ /// Deinitialize the device, which is a no-op Error deinitImpl() override { return Plugin::success(); } + /// See GenericDeviceTy::getComputeUnitKind(). + std::string getComputeUnitKind() const override { return "generic-64bit"; } + /// Construct the kernel for a specific image on the device. Expected constructKernel(const __tgt_offload_entry &KernelEntry,