From 14b12e5dd84fc34691d585213387198f091eefc5 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Fri, 4 Feb 2022 05:01:03 +0900 Subject: [PATCH] remove split_k.py --- python/tvm/contrib/cutlass/split_k.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 python/tvm/contrib/cutlass/split_k.py diff --git a/python/tvm/contrib/cutlass/split_k.py b/python/tvm/contrib/cutlass/split_k.py deleted file mode 100644 index aa3d93d7016c7..0000000000000 --- a/python/tvm/contrib/cutlass/split_k.py +++ /dev/null @@ -1,18 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# pylint: disable=invalid-name -"""Generate code for parallel Split-k mode"""