|
7 | 7 | "dependencies": ["debugger"],
|
8 | 8 | "languages": [{"cpp":{}}],
|
9 | 9 | "targetDevice": ["CPU", "GPU"],
|
10 |
| - "os": ["linux", "windows"], |
| 10 | + "os": ["linux"], |
11 | 11 | "builder": ["ide", "cmake"],
|
12 | 12 | "ciTests": {
|
13 | 13 | "linux": [
|
|
65 | 65 | "make clean"
|
66 | 66 | ]
|
67 | 67 | }
|
68 |
| - ], |
69 |
| - "windows": [ |
70 |
| - { |
71 |
| - "id": "cpu-bugged", |
72 |
| - "env": [ |
73 |
| - "set ONEAPI_DEVICE_SELECTOR=*:cpu" |
74 |
| - ], |
75 |
| - "steps": [ |
76 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
77 |
| - "cd x64\\Debug", |
78 |
| - "jacobi-bugged.exe" |
79 |
| - ] |
80 |
| - }, |
81 |
| - { |
82 |
| - "id": "gpu-bugged", |
83 |
| - "env": [ |
84 |
| - "set ONEAPI_DEVICE_SELECTOR=level_zero:gpu" |
85 |
| - ], |
86 |
| - "steps": [ |
87 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
88 |
| - "cd x64\\Debug", |
89 |
| - "jacobi-bugged.exe" |
90 |
| - ] |
91 |
| - }, |
92 |
| - { |
93 |
| - "id": "fpga-emu-bugged", |
94 |
| - "env": [ |
95 |
| - "set ONEAPI_DEVICE_SELECTOR=*:fpga" |
96 |
| - ], |
97 |
| - "steps": [ |
98 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
99 |
| - "cd x64\\Debug", |
100 |
| - "jacobi-bugged.exe" |
101 |
| - ] |
102 |
| - }, |
103 |
| - { |
104 |
| - "id": "cpu-fixed", |
105 |
| - "env": [ |
106 |
| - "set ONEAPI_DEVICE_SELECTOR=*:cpu" |
107 |
| - ], |
108 |
| - "steps": [ |
109 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
110 |
| - "cd x64\\Debug", |
111 |
| - "jacobi-fixed.exe" |
112 |
| - ] |
113 |
| - }, |
114 |
| - { |
115 |
| - "id": "gpu-fixed", |
116 |
| - "env": [ |
117 |
| - "set ONEAPI_DEVICE_SELECTOR=level_zero:gpu" |
118 |
| - ], |
119 |
| - "steps": [ |
120 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
121 |
| - "cd x64\\Debug", |
122 |
| - "jacobi-fixed.exe" |
123 |
| - ] |
124 |
| - }, |
125 |
| - { |
126 |
| - "id": "fpga-emu-fixed", |
127 |
| - "env": [ |
128 |
| - "set ONEAPI_DEVICE_SELECTOR=*:fpga" |
129 |
| - ], |
130 |
| - "steps": [ |
131 |
| - "MSBuild jacobi.sln /t:Rebuild /p:Configuration=\"debug\"", |
132 |
| - "cd x64\\Debug", |
133 |
| - "jacobi-fixed.exe" |
134 |
| - ] |
135 |
| - } |
136 | 68 | ]
|
137 | 69 | },
|
138 | 70 | "expertise": "Concepts and Functionality"
|
|
0 commit comments