|
30 | 30 |
|
31 | 31 | TEST(ProcessingUnit, Construction) |
32 | 32 | { |
33 | | - auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, {}); |
| 33 | + auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, 0, {}); |
34 | 34 | auto cPtr = std::make_shared<HiCR::backend::hwloc::ComputeResource>(computeResource); |
35 | 35 |
|
36 | 36 | HiCR::backend::pthreads::ProcessingUnit *p = nullptr; |
@@ -67,7 +67,7 @@ TEST(ProcessingUnit, ThreadAffinity) |
67 | 67 | HiCR::backend::pthreads::ComputeManager m; |
68 | 68 |
|
69 | 69 | // Creating compute resource (core) manually |
70 | | - auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, {}); |
| 70 | + auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, 0, {}); |
71 | 71 | auto cPtr = std::make_shared<HiCR::backend::hwloc::ComputeResource>(computeResource); |
72 | 72 |
|
73 | 73 | // Creating processing unit from resource |
@@ -132,7 +132,7 @@ TEST(ProcessingUnit, LifeCycle) |
132 | 132 | HiCR::backend::pthreads::ComputeManager m; |
133 | 133 |
|
134 | 134 | // Creating compute resource (core) manually |
135 | | - auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, {}); |
| 135 | + auto computeResource = HiCR::backend::hwloc::ComputeResource(0, 0, 0, 0, {}); |
136 | 136 | auto cPtr = std::make_shared<HiCR::backend::hwloc::ComputeResource>(computeResource); |
137 | 137 |
|
138 | 138 | // Creating processing unit from resource |
|
0 commit comments