build: update aot header for WCL A1 revision

Related-to: NEO-15660

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
Damian Tomczak
2025-09-10 11:19:31 +00:00
committed by Compute-Runtime-Automation
parent 34d4e526e9
commit 6b70b2ba1f
6 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
struct ReleaseHelper3003Tests : public ReleaseHelperTests<30, 3> {
std::vector<uint32_t> getRevisions() override {
return {0};
return {0, 1};
}
};