Skip to content
GitLab
Explore
Sign in
Commits · ac7df5f6cc1176a3cb990fd63240068f6fda3a40
loopy
Browse files
Aug 25, 2024
Reformat ArrayBase docs to use autoattribute
· ac7df5f6
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
ac7df5f6
Misc smaller typing improvements
· c77ef9da
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
c77ef9da
Type add_dtypes
· 864ca06e
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
864ca06e
Type callable transforms
· 48e08742
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
48e08742
Type Reduction and TypeCast
· 490d3655
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
490d3655
Type infer_unknown_types
· 0832f380
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
0832f380
Type TranslationUnit.{copy,with_kernel}
· ade9c739
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
ade9c739
Add TUnitOrKernelT
· a3f4ef39
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
a3f4ef39
Restrict TranslationUnit.{__getitem__, default_entrypoint} to returning LoopKernels
· cb7d4a6b
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
cb7d4a6b
Make an ArrayArgDescriptor base class
· 135b319b
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
135b319b
Add typing_extensions to dependencies
· 206961fb
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
206961fb
Typing fixes regarding None-ness of insn.id
· 2257b5e9
Addison J. Alvey-Blanco
authored
Aug 24, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
2257b5e9
Add HappensAfter, type more of loopy.kernel.isntruction
· 2ed95fde
Addison J. Alvey-Blanco
authored
Aug 24, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
2ed95fde
Add Tree as helper for scheduling
· 1946cae9
Kaushik Kulkarni
authored
Oct 22, 2022
and
Andreas Klöckner
committed
Aug 24, 2024
1946cae9
Add a type annotation in loopy.target.pyopencl for numpy 2.1
· 25a6acfb
Andreas Klöckner
authored
Aug 19, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
25a6acfb
Bump mypy python_version to 3.10 for X | Y instead of Union
· fef57342
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Aug 24, 2024
fef57342
Aug 02, 2024
Add py.typed marker
· 4009eee4
Andreas Klöckner
authored
Aug 02, 2024
and
Andreas Klöckner
committed
Aug 02, 2024
4009eee4
Migrate package info to pyproject.toml
· 421ee2a0
Andreas Klöckner
authored
Aug 02, 2024
and
Andreas Klöckner
committed
Aug 02, 2024
421ee2a0
Fix CUDA local temp var allocation with base storage
· ad3618fc
Kaushik Kulkarni
authored
Aug 02, 2024
and
Andreas Klöckner
committed
Aug 02, 2024
ad3618fc
Add helpful error msg for type uninferred temps
· c73db678
Kaushik Kulkarni
authored
Aug 02, 2024
and
Andreas Klöckner
committed
Aug 02, 2024
c73db678
Ruff 0.5.6 fixes
· d77b54f9
Kaushik Kulkarni
authored
Aug 02, 2024
and
Andreas Klöckner
committed
Aug 02, 2024
d77b54f9
Jul 30, 2024
Test iname duplication for cases with only loop-nest based iname-dependence
· f01a86b2
Kaushik Kulkarni
authored
Jul 28, 2024
and
Andreas Klöckner
committed
Jul 30, 2024
f01a86b2
Fix _InameDuplicator.within
· 98d5b621
Kaushik Kulkarni
authored
Jul 28, 2024
and
Andreas Klöckner
committed
Jul 30, 2024
98d5b621
[kernel.creation] duplicate inames only after adding all relevant inames
· 88d876cc
Kaushik Kulkarni
authored
Jul 29, 2024
and
Andreas Klöckner
committed
Jul 30, 2024
88d876cc
Jul 23, 2024
Improve error message for unrecognized base storage
· dd2da55a
Andreas Klöckner
authored
Jul 23, 2024
dd2da55a
Jul 19, 2024
spacing in error msg
· 6f257c24
Kaushik Kulkarni
authored
Jul 19, 2024
and
Andreas Klöckner
committed
Jul 19, 2024
6f257c24
Emit better docs for add_prefetch
· 538b542f
Kaushik Kulkarni
authored
Jul 19, 2024
and
Andreas Klöckner
committed
Jul 19, 2024
538b542f
TypeInferenceMapper: allow np.bool in map_type_case
· 07cee43b
Matthias Diener
authored
Jul 18, 2024
and
Andreas Klöckner
committed
Jul 19, 2024
07cee43b
Jul 18, 2024
InstructionBase: implement _with_new_tags
· da5c786f
Matthias Diener
authored
Jul 18, 2024
and
Andreas Klöckner
committed
Jul 18, 2024
da5c786f
Add typos CI, fix typos
· d50b7209
Andreas Klöckner
authored
Jul 18, 2024
and
Andreas Klöckner
committed
Jul 18, 2024
d50b7209
Jul 16, 2024
Drop calls to Taggable constructor
· 6314fb74
Andreas Klöckner
authored
Jul 16, 2024
and
Andreas Klöckner
committed
Jul 16, 2024
6314fb74
Jul 11, 2024
Test complex math functions with real-valued arguments
· d2788a2d
Kaushik Kulkarni
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 11, 2024
d2788a2d
include math.h for CTarget
· c61d5a4a
Kaushik Kulkarni
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 11, 2024
c61d5a4a
always use creal, cimag during codegen
· 7e973a38
Kaushik Kulkarni
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 11, 2024
7e973a38
fix conj codegen for pyopencl target
· 81bcbaca
Kaushik Kulkarni
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 11, 2024
81bcbaca
pass build Options.build_options to ExecutableCTarget
· 2b951f18
Kaushik Kulkarni
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 11, 2024
2b951f18
Jul 09, 2024
Skip test_atomic_load on pocl
· 1506d547
Andreas Klöckner
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
1506d547
Drop an outdated pyopencl version check
· 39491d77
Andreas Klöckner
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
39491d77
Fix compyte submodule repo URL
· 5dfa0fd8
Andreas Klöckner
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
5dfa0fd8
Let ruff auto-sort __all__
· e7c6c7b8
Andreas Klöckner
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
e7c6c7b8
Loading