codon/stdlib
A. R. Shajii 2c7440768d
GPU compilation fixes (#496)
* Fix __from_gpu_new__

* Fix GPU tests

* Update GPU debug codegen

* Add will-return attribute for GPU compilation

* Fix isinstance on unresolved types

* Fix union type instantiation and pendingRealizations placement

* Add float16, bfloat16 and float128 IR types

* Add float16, bfloat16 and float128 types

* Mark complex64 as no-python

* Fix float methods

* Add float tests

* Disable some float tests

* Fix bitset in reaching definitions analysis

* Fix static bool unification

---------

Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
2023-11-18 15:14:05 -05:00
..
algorithms
experimental New Tuple machinery (#462) 2023-09-26 10:49:14 -04:00
internal GPU compilation fixes (#496) 2023-11-18 15:14:05 -05:00
os
bisect.codon
cmath.codon
collections.codon
copy.codon
datetime.codon
functools.codon
getopt.codon
gpu.codon
gzip.codon
heapq.codon
itertools.codon Misc fixes (#410) 2023-07-02 18:50:43 -04:00
math.codon Return int from floor(), ceil() and trunc() 2023-10-31 10:18:54 -04:00
openmp.codon New Tuple machinery (#462) 2023-09-26 10:49:14 -04:00
operator.codon Better Jupyter support & Polymorphism improvements (#363) 2023-05-10 09:28:25 -04:00
pickle.codon
python.codon
random.codon
re.codon
sortedlist.codon
statistics.codon Spelling (#276) 2023-03-20 19:13:39 -04:00
string.codon
sys.codon
threading.codon
time.codon
typing.codon
unittest.codon