[ROCm/rocshmem commit: ecd4c9f561]
Этот коммит содержится в:
Yiltan
2025-12-08 14:06:53 -05:00
коммит произвёл GitHub
родитель 92c56e7fbd
Коммит cf1db0529a
11 изменённых файлов: 14 добавлений и 113 удалений
+1 -2
Просмотреть файл
@@ -28,10 +28,9 @@
namespace rocshmem {
__host__ Context::Context(Backend* handle, bool shareable)
__host__ Context::Context(Backend* handle)
: num_pes(handle->getNumPEs()),
my_pe(handle->getMyPE()),
fence_(shareable),
btype(handle->type) {
}