branch: master
Commits on master
- 9b35186 hotfix: don't import from tinygrad in sz.py 2 years ago
- 6617dcf move graph to runtime, check line count with sz.py (#2842) 2 years ago
- 15dc5bc remove cstyle hip functions that deals with different types of input (#2840) 2 years ago
- dad9253 minor clean up in kernels (#2832) 2 years ago
- 954a2fe hotfix: add JITGRAPH and invert sints 2 years ago
- 80f5324 shapetracker add and invert (#2828) 2 years ago
- 73cadfb Remove pytest markers (#2831) 2 years ago
- 264fe9c clean up test_dtype.py (#2827) 2 years ago
- 20ea43b dtypes.from_py to convert py types to dtypes (#2826) 2 years ago
- 0723f26 dtypes.default_float and dtypes.default_int (#2824) 2 years ago
- 8aab19c Tensor.full of bool has dtypes.bool (#2823) 2 years ago
- 220abcd fix squeeze of 0-dim Tensor with negative dim (#2821) 2 years ago
- 21ec7e0 minor cleanup of image (#2820) 2 years ago
- 959d9cf clean up ops_torch and ops_cpu (#2819) 2 years ago
- f409b57 update metal matmul and matvec for new device style (#2732) 2 years ago
- 91adb11 remove match_type in ops_torch and ops_cpu (#2817) 2 years ago
- 887f3d9 Make torch backend more usable, fix bfloat support in the llvm backend (#2765) 2 years ago
- 9c32474 Revert "Revert "Tensor.randint is Tensor.uniform with dtypes.int32 (#2801)" (#2802)" (#2814) 2 years ago
- b4fa189 Revert "Revert "Make Tensor creation allow multi-dim list of int and bool (#2793)" (#2810)" (#2813) 2 years ago
- 1fa4f16 Update CLProgram to use unsigned long long for event profiling (#2808) 2 years ago
- c333bfc replace a defaultdict counting with Counter in cstyle (#2809) 2 years ago
- 4e2a92c run HALF GPT2 in nvidia benchmark in addition to HALF/BEAM (#2811) 2 years ago
- bad0ff6 start Qualcomm GPU driver (#2804) 2 years ago
- 71a6076 Revert "Make Tensor creation allow multi-dim list of int and bool (#2793)" (#2810) 2 years ago
- 798bf81 Make Tensor creation allow multi-dim list of int and bool (#2793) 2 years ago
- 85c6250 support Tensor.einsum with no "->" in formula (#2807) 2 years ago
- 157c0be cleanup onnx, pass one more reshape test and remove some casts (#2806) 2 years ago
- baa94d6 Tensor(False) has dtypes.bool (#2805) 2 years ago
- fa84998 Revert "Tensor.randint is Tensor.uniform with dtypes.int32 (#2801)" (#2802) 2 years ago
- 86c2f26 Tensor.randint is Tensor.uniform with dtypes.int32 (#2801) 2 years ago