Skip to content

Commit

Permalink
oneAPI: Bump headers and loader to v1.17.6. (#9210)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Aug 6, 2024
1 parent 4184e32 commit 7fcd6d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions O/oneAPI_Level_Zero/common.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = v"1.16.14"
version = v"1.17.6"
api_version = v"1.9.2"

# Collection of sources required to build this package
Expand All @@ -7,5 +7,5 @@ api_version = v"1.9.2"
# which are versioned independently.
sources = BinaryBuilder.AbstractSource[
GitSource("https://github.com/oneapi-src/level-zero.git",
"0765f88f93ca39e8d8056aabab18c78de9d50cd4"),
"fd459f28041c176df23a0b7b791ff20a7689d237"),
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ products = [
dependencies = Dependency[]

build_tarballs(ARGS, name, api_version, sources, script, platforms, products, dependencies)

# bump
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ dependencies = [

build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version=v"8")

# bump

0 comments on commit 7fcd6d9

Please sign in to comment.