Created
August 4, 2021 02:49
-
-
Save aleozlx/4b36e752a4b1c5bc84b99a27c9fa6409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using ElementAccumulator = float; | |
using ElementInputA = cutlass::half_t; | |
using ElementInputB = cutlass::half_t; | |
using ElementOutput = float; | |
using LayoutInputA = cutlass::layout::TensorNHWC; | |
using LayoutInputB = cutlass::layout::TensorNHWC; | |
using LayoutOutput = cutlass::layout::TensorNHWC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment