You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add while node
* update visitors
* binary search lowering works
* llvm codegen working
* cuda codegen working
* nms updated to use while loop
* add missing upper bound check too
* add mandelbrot test
* add gpu mandel
commit ee2363b
Author: Masahiro Masuda <masahi129@gmail.com>
Date: Fri Jan 29 11:44:02 2021 +0900
enable extern lib offload for nvptx
* rename test
* run black
* add doc
* add collatz test
* add while + vectorize test
* simplify bin search
* Add special case visit method to storage_access.cc
* disallow while loop inside vectorized loop
* disallow trivial condition since we do not have break
* error out in CoprocSync for now
* error out LiftAttrScope for now
* add placeholder to inject_vpthread
* refactor to use MakeAttach
* handle WhileNode in InplaceOpVerifier
* error out in InjectVirtualThread
* try handle WhileNode in StoragePlanRewriter
* remove WhileNode visitor from storage rewrite
* add while loop storage rewrite test
* update tests
* move test_vectorize_while_fail to test_tir_transform_vectorize.py
0 commit comments