9 lines
445 B
Python
9 lines
445 B
Python
# 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.
|
|
"""Compatibility redirect for CUDA tile schedulers."""
|
|
|
|
from tvm.backend.cuda.lang.tile_scheduler import * # noqa: F403 # pylint: disable=wildcard-import
|