Skip to content

Commit

Permalink
add hipblaslt function benchmark and rebase cublaslt function
Browse files Browse the repository at this point in the history
  • Loading branch information
yukirora committed Nov 20, 2023
1 parent f83f141 commit 90b9857
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 90b9857

Please sign in to comment.