From bed8baebead878bb6862e6cdf20a7814ae536442 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Tue, 22 Oct 2024 10:49:13 +0100 Subject: [PATCH] Disabled AdaptiveCpp as it currently does not work. --- src/app/shared/services/models/playground.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/services/models/playground.service.ts b/src/app/shared/services/models/playground.service.ts index d790bb1..6289f75 100644 --- a/src/app/shared/services/models/playground.service.ts +++ b/src/app/shared/services/models/playground.service.ts @@ -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';