77abstract type OpenCL_API <: AcceleratorBackend end
88abstract type OpenCL_1_0 <: OpenCL_API end
99abstract type OpenCL_1_1 <: OpenCL_1_0 end
10- abstract type OpenCL_1_2 <: OpenCL_1_1 end
10+ abstract type OpenCL_1_2 <: OpenCL_1_1 end
1111abstract type OpenCL_2_0 <: OpenCL_1_2 end
1212abstract type OpenCL_2_1 <: OpenCL_2_0 end
1313abstract type OpenCL_2_2 <: OpenCL_2_1 end
@@ -89,7 +89,7 @@ abstract type HBM2e <: SDRAM end
8989abstract type HBM3 <: SDRAM end
9090abstract type HBM_PIM <: SDRAM end
9191
92- export RAM, DDR2, DDR3, DDR33L, DDR4, LPDDR4, LPDDR4X, DDR5, LPDDR5
92+ export RAM, SDRAM, DDR2, DDR3, DDR33L, DDR4, LPDDR4, LPDDR4X, DDR5, LPDDR5
9393export DDR_SDRAM, GDDR2, GDDR3, GDDR4, GDDR5, GDDR5X, GDDR6, GDDR6X
9494
9595# Storage types
@@ -147,4 +147,4 @@ abstract type PerThread <: WorkerCount end
147147abstract type PerVCPU <: WorkerCount end
148148abstract type Unmapped <: WorkerCount end
149149
150- export PerNode, PerProcessor, PerCore, PerThread, PerVCPU
150+ export WorkerCount, NoCoworkers, PerNode, PerProcessor, PerCore, PerThread, PerVCPU, Unmapped
0 commit comments