We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316668b commit d370e19Copy full SHA for d370e19
src/metal.jl
@@ -17,6 +17,8 @@ MetalCompilerTarget(macos::VersionNumber) =
17
18
function Base.hash(target::MetalCompilerTarget, h::UInt)
19
h = hash(target.macos, h)
20
+ h = hash(target.air, h)
21
+ h = hash(target.metal, h)
22
end
23
24
source_code(target::MetalCompilerTarget) = "text"
0 commit comments