Skip to content

Commit

Permalink
Disabled AdaptiveCpp as it currently does not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed Oct 22, 2024
1 parent 2e70a3c commit bed8bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/services/models/playground.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export class OneApiCompiler implements PlaygroundCompiler {
*/
export class AdaptiveCppCompiler implements PlaygroundCompiler {
public name = 'AdaptiveCpp';
public enabled: boolean = true;
public enabled: boolean = false;
public logo: string = '/assets/images/ecosystem/implementations/adaptivecpp/logo-black.webp';
public tag = 'adaptive'
public flags = '-fsycl -g0 -Rno-debug-disables-optimization';
Expand Down

0 comments on commit bed8bae

Please sign in to comment.