Home
last modified time | relevance | path

Searched refs:syclDevice_ (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx30 const ::sycl::device syclDevice_; member in Petsc::device::sycl::Device::DeviceInternal
34 …DeviceInternal(int id) noexcept : id_(id), devInitialized_(false), syclDevice_(chooseSYCLDevice_(i… in DeviceInternal()
42 if (syclDevice_.is_gpu() && use_gpu_aware_mpi) { in initialize()
68 …PetscCall(PetscViewerASCIIPrintf(sviewer, "[%d] device: %s\n", rank, syclDevice_.get_info<::sycl::… in view()
70 …PetscCall(PetscViewerASCIIPrintf(sviewer, "-> Device vendor: %s\n", syclDevice_.get_info<::sycl::i… in view()
84 … *static_cast<std::size_t *>(value) = syclDevice_.get_info<::sycl::info::device::local_mem_size>(); in getattribute()
114 auto Q = ::sycl::queue(syclDevice_); in isMPISyclAware_()