Searched refs:platforms (Results 1 - 2 of 2) sorted by relevance

/gem5/system/arm/dt/
H A DMakefile49 platforms/vexpress_gem5_v1.dtsi \
50 platforms/vexpress_gem5_v1_base.dtsi
53 platforms/vexpress_gem5_v2.dtsi \
54 platforms/vexpress_gem5_v2_base.dtsi
59 -DCONF_PLATFORM=\"platforms/$(1)\" \
/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp113 cl_platform_id *platforms = new cl_platform_id[numPlatforms]; local
114 status = clGetPlatformIDs(numPlatforms, platforms, NULL);
121 status = clGetPlatformInfo(platforms[i], CL_PLATFORM_VENDOR,
127 platform = platforms[i];
132 delete platforms;

Completed in 4 milliseconds