We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456deac commit ec8a3f4Copy full SHA for ec8a3f4
sycl/test-e2e/format.py
@@ -333,12 +333,6 @@ def get_extra_env(sycl_devices):
333
dev_features = test.config.sycl_dev_features[full_dev_name]
334
if "level_zero_v2_adapter" in dev_features:
335
expanded += " env UR_LOADER_USE_LEVEL_ZERO_V2=1"
336
- if any(
337
- "pvc" in feature or "gen12" in feature or "bmg" in feature
338
- for feature in test.config.sycl_dev_features[full_dev_name]
339
- ):
340
- # TODO: For those platforms, devices using copy offload results in test timeouts
341
- expanded += " env UR_L0_V2_FORCE_DISABLE_COPY_OFFLOAD=1"
342
343
expanded += " ONEAPI_DEVICE_SELECTOR={} {}".format(
344
parsed_dev_name, test.config.run_launcher
0 commit comments