Use new naming scheme

Bu işleme şunda yer alıyor:
Brandon Potter
2024-11-25 14:12:15 -06:00
ebeveyn 308816bc5e
işleme fd8dbc7fb6
179 değiştirilmiş dosya ile 5250 ekleme ve 5251 silme
+2 -2
Dosyayı Görüntüle
@@ -32,7 +32,7 @@ class QueuePair;
/*
* GPU single-thread policy class. Only a single work-item per work-group
* is allowed to call into a ROC_SHMEM function (unless it is specifically
* is allowed to call into a rocSHMEM function (unless it is specifically
* called out as a collective API. This thread policy is the fastest but
* is not as flexible.
*/
@@ -59,7 +59,7 @@ class SingleThreadImpl {
/*
* GPU multi-thread policy class. Multiple work-items per work-group are
* allowed to call into a ROC_SHMEM function. A bit slower than its
* allowed to call into a rocSHMEM function. A bit slower than its
* single-thread counterpart but it enables a much more flexible user-facing
* API.
*/