-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[super ugly maybe working code] use shim.h instead of Tensor #1548
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1548
Note: Links to docs will display an error until the docs builds have been completed. ❌ 5 New FailuresAs of commit e1c39be with merge base 1beb6d0 (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -15,18 +19,18 @@ constexpr __host__ __device__ auto divUp(U a, V b) -> decltype(a + b) { | |||
} | |||
constexpr int32_t kWarpSize = 32; | |||
|
|||
//Simple data structure to represent 4 pairs of bfloat16s, used for vectorized dequantization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UGH IGNORE the random VSCode formats--Idk how autoformat is turned on in this repo for me + will figure it out later, skip this line til 170!!!
I KNOW THIS DOES NOT BUILD -- this should build now!
this is a poc change to see what making custom ops use aoti shim.h would look like