Skip to content

Commit

Permalink
Merge pull request #48 from codeplaysoftware/disable-adaptivecpp
Browse files Browse the repository at this point in the history
Disabled AdaptiveCpp in Playground
  • Loading branch information
scottstraughan authored Oct 22, 2024
2 parents 2e70a3c + bed8bae commit 02dc982
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 02dc982

Please sign in to comment.