Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Mishra <[email protected]>
  • Loading branch information
mayank31398 committed Jan 21, 2025
1 parent 0a31512 commit 98ab4b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions cute_kernels/include/dtypes/all.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#pragma once

#include "bf16.h"
#include "fp16.h"
#include "fp32.h"
#include "fp64.h"
#include "uint32.h"
#include "alias.h"
#include "bf16.cuh"
#include "common.h"
#include "fp16.cuh"
#include "fp32.cuh"
#include "fp64.cuh"
#include "uint32.cuh"
#include "uint64.cuh"
File renamed without changes.

0 comments on commit 98ab4b2

Please sign in to comment.