Skip to content

Commit 6920490

Browse files
committed
Update with latest ccv.
1 parent c8097c1 commit 6920490

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(
25-
url: "https://github.com/liuliu/ccv.git", revision: "10b6226ce59d422161a0aea02728e30daa27658c"
25+
url: "https://github.com/liuliu/ccv.git", revision: "1c1ea31193b85b0e9eee13ffb996197a70458eab"
2626
),
2727
.package(
2828
url: "https://github.com/weiyanlin117/swift-fpzip-support.git",

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55

66
git_repository(
77
name = "ccv",
8-
commit = "10b6226ce59d422161a0aea02728e30daa27658c",
8+
commit = "1c1ea31193b85b0e9eee13ffb996197a70458eab",
99
remote = "https://github.com/liuliu/ccv.git",
10-
shallow_since = "1774160895 -0400",
10+
shallow_since = "1774459205 -0400",
1111
)
1212

1313
load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")

deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def s4nnc_deps():
1717
git_repository,
1818
name = "ccv",
1919
remote = "https://github.com/liuliu/ccv.git",
20-
commit = "10b6226ce59d422161a0aea02728e30daa27658c",
21-
shallow_since = "1774160895 -0400",
20+
commit = "1c1ea31193b85b0e9eee13ffb996197a70458eab",
21+
shallow_since = "1774459205 -0400",
2222
)
2323

2424
_maybe(

nnc/FunctionalAddons.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ extension Functional {
340340
}
341341
public static let Float32 = GEMMFlag(rawValue: Int32(CCV_NNC_GEMM_32F))
342342
public static let Float16 = GEMMFlag(rawValue: Int32(CCV_NNC_GEMM_16F))
343+
public static let Int8 = GEMMFlag(rawValue: Int32(CCV_NNC_GEMM_8I))
343344
public static let TF32 = GEMMFlag(rawValue: Int32(CCV_NNC_GEMM_32TF))
344345
}
345346

0 commit comments

Comments
 (0)