Skip to content

Commit

Permalink
[Innersource] Switch to latest FS sim (and using latest option set) (i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Garra1980 authored Oct 17, 2024
1 parent 09418b2 commit 96761b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_gpu-fs-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
inputs:
ref:
type: string

jobs:
build:
if: github.repository == 'intel-innersource/frameworks.ai.mlir.mlir-extensions'
runs-on: [self-hosted, icx, fs-sim-2]
runs-on: [self-hosted, icx, fs-sim]
timeout-minutes: 450

env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ static ze_module_handle_t loadModule(GPUL0QUEUE *queue, const void *data,
build_flags += "-doubleGRF -Xfinalizer -noLocalSplit -Xfinalizer "
"-DPASTokenReduction -Xfinalizer -SWSBDepReduction "
"-Xfinalizer -printregusage -Xfinalizer -enableBCR";
;
}

desc.format = ZE_MODULE_FORMAT_IL_SPIRV;
Expand Down
12 changes: 7 additions & 5 deletions test/lit.site.cfg.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,20 @@ if config.imex_enable_igpu:
config.igpu_fp64 = "--no-igpu-fp64"
if config.imex_enable_fs_simulator:
config.environment.update({
"ForceBCSForInternalCopyEngine": "1",
"ForceBcsEngineIndex": "1",
"TbxPort": "1234",
"ForceDeviceId": "0B73",
"HardwareInfoOverride": "1x4x8",
"IGC_Disable512GRFISA": "0",
"NEOReadDebugKeys": "1",
"OverrideSlmSize": "320",
"PrintDebugSettings": "1",
"ProductFamilyOverride": "fcs",
"RebuildPrecompiledKernels": "1",
"SetCommandStreamReceiver": "2",
"TbxPort": "1234",
"ZE_FLAT_DEVICE_HIERARCHY": "COMPOSITE",
"GLIBC_TUNABLES": "glibc.cpu.hwcaps=-AVX2",
"BlitterEnableMaskOverride": "6",
"EnableDirectSubmission": "0",
"IMEX_ENABLE_LARGE_REG_FILE": "1",
"Enable64BitAddressing": "1",
})

config.imex_runner_utils = os.path.normpath(os.path.join(config.imex_lib_dir, config.shlib_prefix + "imex_runner_utils" + config.llvm_shlib_ext))
Expand Down

0 comments on commit 96761b0

Please sign in to comment.