summaryrefslogtreecommitdiff
path: root/sci-libs/kineto
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/kineto')
-rw-r--r--sci-libs/kineto/Manifest1
-rw-r--r--sci-libs/kineto/files/kineto-0.4.0_p20240525-libfmt-11.patch91
2 files changed, 0 insertions, 92 deletions
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index f43a1d3a20c1..f4a8eb734912 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,6 +1,5 @@
AUX kineto-0.4.0-gcc13.patch 255 BLAKE2B 5633abeae41fd306a6d66d4e0f72040abbcc27b052a9802c94235c4afcff5ed99f3ac0df9ed712c6d4a57345d666442ea89bcc84f9f7d333d2ec77be9246a1d5 SHA512 db55567e22355f7ca98959f6a385b103474b2aeed0684f48e0c2e043754defc888fbd6ae997c3e5909329777d662b2e4e1b85520192da7fcae32845798c4565d
AUX kineto-0.4.0_p20231031-gentoo.patch 2997 BLAKE2B 123603ac81512b12800a0ef82fd0f573891c4170a16156f87afbdb7004608cf2593eccd23541aa2f042137762dc5d4a1d4013e9fa42303fb8e60066f96529030 SHA512 e7f4d0c7418cb3d4b00cd231b03692dd6b0fd3c29d54f6db557bb87d4ab000e5020d03fffec1583b7c2df8b0431e7f263a4c892eadc16e04ce8af2c9032b47fe
-AUX kineto-0.4.0_p20240525-libfmt-11.patch 2191 BLAKE2B c6fec2eb3f79222d1224572801864d55759b75ea73de6273566b83a47dfdb051235da1290021125a113cd6152e24cf753b177890d022d98e3904e346eb47b54a SHA512 e039c0c0845cf807eb6550ff6f9de1e736786df7b78ec4aac370025377e28c64dcb05e776040244c43d819ed3fe0200ae50d8b4d1f77d34ab0c3819c01ab14b8
DIST kineto-0.4.0_p20240807.tar.gz 8263052 BLAKE2B 79a9035939164595f30f55c6cdfdc72ab42fd93d6d8fc63dc028cae50498823916993cb2d856c4b4dc43f4107602e28e8cf70584b4aea4cacda2a700b9e856e3 SHA512 f037fac78e566c40108acf9eace55a8f67a2c5b71f298fd3cd17bf22cf05240c260fd89f017fa411656a7505ec9073a06a3048e191251d5cfc4b52c237b37d0b
DIST kineto-0.4.0_p20241109.tar.gz 8275370 BLAKE2B 976e629eda6b967e3169e4179e021d8e6e62671d53ceadae420dc2c586445ab701a1f4b479d7e2abd8f0bd689e4679e66d57dcadc42f5e763c127fb371bb389c SHA512 e56500c3fb967d808b9aa052587a4bdeb5561bd47ab4de87cc636496867089c5b480e1c7634a0269b97262504e03ced047dc612903fa0f56a018c23adef4e686
EBUILD kineto-0.4.0_p20240807.ebuild 1070 BLAKE2B 282ea15bb12a06ad03115b3b9cb67d8e2ac78b5fffc61639e70c83abbf2e48df056c52d41f5e903a576f781adb50dafa1d6fdda2d3eba14a7da49de1a5655e65 SHA512 c2300f43bfcebb1ef66416851be9f3c4229488fa01a3781c619f75b80c22ef659cb01a87d52212cdc71d5e19cbbc3a4393579e9c580a250209826a223497b958
diff --git a/sci-libs/kineto/files/kineto-0.4.0_p20240525-libfmt-11.patch b/sci-libs/kineto/files/kineto-0.4.0_p20240525-libfmt-11.patch
deleted file mode 100644
index d9ad7a3dbae9..000000000000
--- a/sci-libs/kineto/files/kineto-0.4.0_p20240525-libfmt-11.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-https://github.com/pytorch/kineto/commit/eb34f147f2af821da931c18457c26b076c8491dd
-https://github.com/pytorch/kineto/pull/959
-https://github.com/pytorch/kineto/issues/958
-
-From eb34f147f2af821da931c18457c26b076c8491dd Mon Sep 17 00:00:00 2001
-From: Aaron Gokaslan <aaronGokaslan@gmail.com>
-Date: Fri, 12 Jul 2024 09:23:33 -0700
-Subject: [PATCH] Update libfmt to 11-0-0. Closes #958. (#959)
-
-Summary:
-Fixes https://github.com/pytorch/kineto/issues/958
-
-Pull Request resolved: https://github.com/pytorch/kineto/pull/959
-
-Reviewed By: davidberard98, yoyoyocmu
-
-Differential Revision: D59637583
-
-Pulled By: aaronenyeshi
-
-fbshipit-source-id: 48def339ed3097ecb4746d7870203040ac535858
---- a/src/Config.cpp
-+++ b/src/Config.cpp
-@@ -12,6 +12,7 @@
-
- #include <fmt/chrono.h>
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <chrono>
- #include <fstream>
- #include <functional>
---- a/src/CuptiRangeProfilerConfig.cpp
-+++ b/src/CuptiRangeProfilerConfig.cpp
-@@ -12,6 +12,7 @@
- #include <stdlib.h>
-
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <ostream>
-
-
---- a/src/DeviceProperties.cpp
-+++ b/src/DeviceProperties.cpp
-@@ -9,6 +9,7 @@
- #include "DeviceProperties.h"
-
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <vector>
-
- #if defined(HAS_CUPTI)
---- a/src/EventProfiler.cpp
-+++ b/src/EventProfiler.cpp
-@@ -10,6 +10,7 @@
-
- #include <assert.h>
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <time.h>
- #include <algorithm>
- #include <cmath>
---- a/test/CuptiActivityProfilerTest.cpp
-+++ b/test/CuptiActivityProfilerTest.cpp
-@@ -7,6 +7,7 @@
- */
-
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <folly/json/json.h>
- #include <gmock/gmock.h>
- #include <gtest/gtest.h>
---- a/test/CuptiRangeProfilerConfigTest.cpp
-+++ b/test/CuptiRangeProfilerConfigTest.cpp
-@@ -10,6 +10,7 @@
- #include "src/CuptiRangeProfilerConfig.h"
-
- #include <fmt/format.h>
-+#include <fmt/ranges.h>
- #include <gtest/gtest.h>
- #include <time.h>
- #include <chrono>
---- a/test/CuptiRangeProfilerTest.cpp
-+++ b/test/CuptiRangeProfilerTest.cpp
-@@ -16,6 +16,9 @@
- #include <fcntl.h>
- #endif
-
-+#include <fmt/format.h>
-+#include <fmt/ranges.h>
-+
- #include "include/libkineto.h"