Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jun 3, 2024
1 parent 16fd91e commit 075602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class BuilderType:
return (self.arch == 'x86'
and self.bits == 64
and self.os == 'linux'
and self.halide_branch in [HALIDE_MAIN, HALIDE_RELEASE_18])
and self.halide_branch in [HALIDE_MAIN, HALIDE_RELEASE_17])

def handles_webgpu(self):
# At the moment, the WebGPU team recommends the OSX versions of Dawn/Node
Expand Down

0 comments on commit 075602b

Please sign in to comment.