Skip to content

Commit eef4d6d

Browse files
authored
Update metrics-discovery Headers (#24)
Update git commit hash to pull the latest version of the metrics-discovery api. This fixes building the gpuinfo tool without mdapi installed. Include suppression for LSan CI test failures in PTI-SDK. Signed-off-by: Schilling, Matthew <[email protected]>
1 parent aec31f0 commit eef4d6d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.49.13
1+
0.49.14

build_utils/get_md_headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import build_utils
55

66
url = "https://github.com/intel/metrics-discovery.git"
7-
commit = "16ceed40246d9638fde27e384d8a8681337d9828"
7+
commit = "9d074d39c5341f425c5c0784ada79202ef98d2ae"
88

99
def main():
1010
if len(sys.argv) < 3:
@@ -27,4 +27,4 @@ def main():
2727
build_utils.copy(src_path, dst_path, ["metrics_discovery_api.h"])
2828

2929
if __name__ == "__main__":
30-
main()
30+
main()

sdk/test/LSan.supp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ leak:oneapi::mkl::gpu::calloc_device
1414

1515
# libmkl_sycl.so (unknown file)
1616
leak:oneapi::mkl::gpu::cache_program
17+
18+
leak:libmkl_sycl.so

0 commit comments

Comments
 (0)