Update XNNPACK and its dependencies
PiperOrigin-RevId: 313247842 Change-Id: Ifa1fde5bcecf39308611af346cfce8424e7822e9
This commit is contained in:
		
							parent
							
								
									c64cdf3098
								
							
						
					
					
						commit
						13de0f1c98
					
				@ -164,11 +164,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    tf_http_archive(
 | 
					    tf_http_archive(
 | 
				
			||||||
        name = "XNNPACK",
 | 
					        name = "XNNPACK",
 | 
				
			||||||
        sha256 = "589acbfe90093c690a2817068fadfd7868000509304b5316d5c8d692b605b379",
 | 
					        sha256 = "05904bb15b7a5abadc261c16e6be3ac2314d6d4384aa16349b7354d9fa8bbb4f",
 | 
				
			||||||
        strip_prefix = "XNNPACK-f5c4625a40ee296d47be936ff5e7b0809858627b",
 | 
					        strip_prefix = "XNNPACK-1e5f80293b3c0197aaf44f3adb9329401fd36ed4",
 | 
				
			||||||
        urls = [
 | 
					        urls = [
 | 
				
			||||||
            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/f5c4625a40ee296d47be936ff5e7b0809858627b.zip",
 | 
					            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/1e5f80293b3c0197aaf44f3adb9329401fd36ed4.zip",
 | 
				
			||||||
            "https://github.com/google/XNNPACK/archive/f5c4625a40ee296d47be936ff5e7b0809858627b.zip",
 | 
					            "https://github.com/google/XNNPACK/archive/1e5f80293b3c0197aaf44f3adb9329401fd36ed4.zip",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -184,11 +184,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    tf_http_archive(
 | 
					    tf_http_archive(
 | 
				
			||||||
        name = "pthreadpool",
 | 
					        name = "pthreadpool",
 | 
				
			||||||
        sha256 = "c4b148fba41fc937fdf96bc195caadf0cf0be83f1c3e335ef5355934d4501f83",
 | 
					        sha256 = "9f5fb7f87dc778d9c1d638826344b762afa23884d0252526337ae710264faef3",
 | 
				
			||||||
        strip_prefix = "pthreadpool-e918b206d26b1f3b2100b0edabf445c18708d2b7",
 | 
					        strip_prefix = "pthreadpool-18a7156cb9be8e534acefade42e46d4209600c35",
 | 
				
			||||||
        urls = [
 | 
					        urls = [
 | 
				
			||||||
            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/Maratyszcza/pthreadpool/archive/e918b206d26b1f3b2100b0edabf445c18708d2b7.zip",
 | 
					            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/Maratyszcza/pthreadpool/archive/18a7156cb9be8e534acefade42e46d4209600c35.zip",
 | 
				
			||||||
            "https://github.com/Maratyszcza/pthreadpool/archive/e918b206d26b1f3b2100b0edabf445c18708d2b7.zip",
 | 
					            "https://github.com/Maratyszcza/pthreadpool/archive/18a7156cb9be8e534acefade42e46d4209600c35.zip",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										8
									
								
								third_party/FP16/workspace.bzl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								third_party/FP16/workspace.bzl
									
									
									
									
										vendored
									
									
								
							@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
 | 
				
			|||||||
def repo():
 | 
					def repo():
 | 
				
			||||||
    third_party_http_archive(
 | 
					    third_party_http_archive(
 | 
				
			||||||
        name = "FP16",
 | 
					        name = "FP16",
 | 
				
			||||||
        strip_prefix = "FP16-3c54eacb74f6f5e39077300c5564156c424d77ba",
 | 
					        strip_prefix = "FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3",
 | 
				
			||||||
        sha256 = "0d56bb92f649ec294dbccb13e04865e3c82933b6f6735d1d7145de45da700156",
 | 
					        sha256 = "d973501a40c55126b31accc2d9f08d931ec3cc190c0430309a5e341d3c0ce32a",
 | 
				
			||||||
        urls = [
 | 
					        urls = [
 | 
				
			||||||
            "https://mirror.bazel.build/github.com/Maratyszcza/FP16/archive/3c54eacb74f6f5e39077300c5564156c424d77ba.zip",
 | 
					            "https://mirror.bazel.build/github.com/Maratyszcza/FP16/archive/4dfe081cf6bcd15db339cf2680b9281b8451eeb3.zip",
 | 
				
			||||||
            "https://github.com/Maratyszcza/FP16/archive/3c54eacb74f6f5e39077300c5564156c424d77ba.zip",
 | 
					            "https://github.com/Maratyszcza/FP16/archive/4dfe081cf6bcd15db339cf2680b9281b8451eeb3.zip",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        build_file = "//third_party/FP16:BUILD.bazel",
 | 
					        build_file = "//third_party/FP16:BUILD.bazel",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										8
									
								
								third_party/cpuinfo/workspace.bzl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								third_party/cpuinfo/workspace.bzl
									
									
									
									
										vendored
									
									
								
							@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
 | 
				
			|||||||
def repo():
 | 
					def repo():
 | 
				
			||||||
    third_party_http_archive(
 | 
					    third_party_http_archive(
 | 
				
			||||||
        name = "cpuinfo",
 | 
					        name = "cpuinfo",
 | 
				
			||||||
        strip_prefix = "cpuinfo-0cc563acb9baac39f2c1349bc42098c4a1da59e3",
 | 
					        strip_prefix = "cpuinfo-19b9316c71e4e45b170a664bf62ddefd7ac9feb5",
 | 
				
			||||||
        sha256 = "80625d0b69a3d69b70c2236f30db2c542d0922ccf9bb51a61bc39c49fac91a35",
 | 
					        sha256 = "e0a485c072de957668eb324c49d726dc0fd736cfb9436b334325f20d93085003",
 | 
				
			||||||
        urls = [
 | 
					        urls = [
 | 
				
			||||||
            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/0cc563acb9baac39f2c1349bc42098c4a1da59e3.tar.gz",
 | 
					            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/pytorch/cpuinfo/archive/19b9316c71e4e45b170a664bf62ddefd7ac9feb5.zip",
 | 
				
			||||||
            "https://github.com/pytorch/cpuinfo/archive/0cc563acb9baac39f2c1349bc42098c4a1da59e3.tar.gz",
 | 
					            "https://github.com/pytorch/cpuinfo/archive/19b9316c71e4e45b170a664bf62ddefd7ac9feb5.zip",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        build_file = "//third_party/cpuinfo:BUILD.bazel",
 | 
					        build_file = "//third_party/cpuinfo:BUILD.bazel",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										8
									
								
								third_party/psimd/workspace.bzl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								third_party/psimd/workspace.bzl
									
									
									
									
										vendored
									
									
								
							@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
 | 
				
			|||||||
def repo():
 | 
					def repo():
 | 
				
			||||||
    third_party_http_archive(
 | 
					    third_party_http_archive(
 | 
				
			||||||
        name = "psimd",
 | 
					        name = "psimd",
 | 
				
			||||||
        strip_prefix = "psimd-85427dd4c8521cc037a1ffa6fcd25c55fafc8a00",
 | 
					        strip_prefix = "psimd-072586a71b55b7f8c584153d223e95687148a900",
 | 
				
			||||||
        sha256 = "db23c2bc4a58d6f40c181797e43103300edac7cf9d286ca81590543f66ab95d2",
 | 
					        sha256 = "dc615342bcbe51ca885323e51b68b90ed9bb9fa7df0f4419dbfa0297d5e837b7",
 | 
				
			||||||
        urls = [
 | 
					        urls = [
 | 
				
			||||||
            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/Maratyszcza/psimd/archive/85427dd4c8521cc037a1ffa6fcd25c55fafc8a00.zip",
 | 
					            "https://storage.googleapis.com/mirror.tensorflow.org/github.com/Maratyszcza/psimd/archive/072586a71b55b7f8c584153d223e95687148a900.zip",
 | 
				
			||||||
            "https://github.com/Maratyszcza/psimd/archive/85427dd4c8521cc037a1ffa6fcd25c55fafc8a00.zip",
 | 
					            "https://github.com/Maratyszcza/psimd/archive/072586a71b55b7f8c584153d223e95687148a900.zip",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        build_file = "//third_party/psimd:BUILD.bazel",
 | 
					        build_file = "//third_party/psimd:BUILD.bazel",
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user