From 90b9857a6b04de74fdcc8439d107f6c5c7aa81b0 Mon Sep 17 00:00:00 2001 From: yukirora Date: Mon, 20 Nov 2023 11:13:21 +0000 Subject: [PATCH] add hipblaslt function benchmark and rebase cublaslt function --- third_party/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/third_party/Makefile b/third_party/Makefile index f952dba02..eced29034 100755 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -162,14 +162,6 @@ ifneq (,$(wildcard stream-tests/Makefile)) cp -v ./stream-tests/stream*.exe $(SB_MICRO_PATH)/bin/ endif -# -intel_mlc: - cd /tmp && \ - wget -q https://downloadmirror.intel.com/763324/mlc_v3.10.tgz -O mlc.tgz && \ - tar xzf mlc.tgz Linux/mlc && \ - cp ./Linux/mlc /usr/local/bin/ && \ - rm -rf ./Linux mlc.tgz - # Build AMD Encoder Latency Test directx_amf_encoding_latency: @if not exist "AMF" (git clone -b v1.4.29 https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git)