[GitHub] [tvm] masahi commented on a diff in pull request #12059: [MetaSchedule] Add MultiLevelTilingTensorCore rule for auto-tensorization on CUDA

2022-07-13 Thread GitBox
masahi commented on code in PR #12059: URL: https://github.com/apache/tvm/pull/12059#discussion_r920450950 ## src/meta_schedule/schedule_rule/multi_level_tiling_tensor_core.cc: ## @@ -0,0 +1,390 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [tvm] masahi commented on a diff in pull request #12059: [MetaSchedule] Add MultiLevelTilingTensorCore rule for auto-tensorization on CUDA

2022-07-13 Thread GitBox
masahi commented on code in PR #12059: URL: https://github.com/apache/tvm/pull/12059#discussion_r920450317 ## src/meta_schedule/schedule_rule/multi_level_tiling_tensor_core.cc: ## @@ -0,0 +1,379 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more co

[GitHub] [tvm] masahi commented on a diff in pull request #12059: [MetaSchedule] Add MultiLevelTilingTensorCore rule for auto-tensorization on CUDA

2022-07-12 Thread GitBox
masahi commented on code in PR #12059: URL: https://github.com/apache/tvm/pull/12059#discussion_r919559078 ## python/tvm/meta_schedule/testing/schedule_rule.py: ## @@ -110,6 +112,32 @@ def multi_level_tiling(target: Target) -> ScheduleRule: raise NotImplementedError(f"{targ

[GitHub] [tvm] masahi commented on a diff in pull request #12059: [MetaSchedule] Add MultiLevelTilingTensorCore rule for auto-tensorization on CUDA

2022-07-11 Thread GitBox
masahi commented on code in PR #12059: URL: https://github.com/apache/tvm/pull/12059#discussion_r918501599 ## python/tvm/meta_schedule/testing/schedule_rule.py: ## @@ -110,6 +112,38 @@ def multi_level_tiling(target: Target) -> ScheduleRule: raise NotImplementedError(f"{targ