index
:
ZLUDA
better_build
better_inject
blender_42
bpermute
build_fix
build_fixes
build_fixes2
builtin_fixes_try2
carry_fix
cgbn_readme
codegen_variables
compat
cuda-12-4
detours
dump_replay
error_report
feature_matching
fix_build
fix_builtin_wip
geekbench
geekbnch
gh-pages
improve_ci
improve_ci2
kernel_dump
linux_linker_hack
llama2
llvm
malloc_private
master
meshroom
misc_fixes
new_dev
ockl_fix
oidn
older_cuda
parser_rewrite
parser_rewrite_try1
refactor_vectors
regen_tests
remove_sema
repass
repass2
sad_inst
stateful_try1
stateful_try2
sust_suld
troubleshooting_docs
update-readme
update_docs
wave32_report_fix
win_fix
CUDA on AMD GPUs
vosen
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ptx
Age
Commit message (
Expand
)
Author
2020-10-25
Implement ftz handling through Khronos extensions
Andrzej Janik
2020-10-25
Implement rcp instruction
Andrzej Janik
2020-10-25
Add test for indirect shared mem use
Andrzej Janik
2020-10-25
Add dynamic shared mem support
Andrzej Janik
2020-10-18
Fix small regression
Andrzej Janik
2020-10-18
Implement pass to handle .extern .shared and add parsing code for it
Andrzej Janik
2020-10-04
Add support for top-level global variables, improve array support
Andrzej Janik
2020-10-02
Add sub, min, max
Andrzej Janik
2020-10-01
Implement or
Andrzej Janik
2020-10-01
Implement shr
Andrzej Janik
2020-10-01
Fix remaining bugs in vector destructuring and in the process improve implici...
Andrzej Janik
2020-09-30
Implement vector-destructuring mov/ld/st
Andrzej Janik
2020-09-27
Add test for vector extract
Andrzej Janik
2020-09-27
Add missing support for Milestone 1
Andrzej Janik
2020-09-24
Implement more host code, moving execution further
Andrzej Janik
2020-09-23
Add a workaround for IGC bug
Andrzej Janik
2020-09-20
Fix more bugs in implicit conversions
Andrzej Janik
2020-09-20
Better propagate information about address-mov and emit conversion for it
Andrzej Janik
2020-09-20
Add more tests
Andrzej Janik
2020-09-18
Fix basic test failures
Andrzej Janik
2020-09-18
Continue working on a better addressable support
Andrzej Janik
2020-09-18
[BROKEN] Start implementing better support for addressable arguments
Andrzej Janik
2020-09-16
Fix st/ld offsets implement abs and fix remaining bugs from vectorAdd generation
Andrzej Janik
2020-09-15
Implement missing pieces in vector support
Andrzej Janik
2020-09-14
Refactor implicit conversions and start implementing vector extract/insert
Andrzej Janik
2020-09-12
Parse vector movs (mov.type a.x b.y;)
Andrzej Janik
2020-09-11
Be more precise about types admitted in register definitions and method argum...
Andrzej Janik
2020-09-08
Implement support for PTX call instruction
Andrzej Janik
2020-09-03
Finish up cleanup for PTX function support
Andrzej Janik
2020-09-03
Start refactoring SPIRV module generation in preparation for support of funct...
Andrzej Janik
2020-09-02
Add support for declaring __local variables and their alignment
Andrzej Janik
2020-09-02
Add support for blocks
Andrzej Janik
2020-09-02
Parse Linux vectorAdd debug PTX kernel
Andrzej Janik
2020-09-01
Refactor main library, implement some more functionality
Andrzej Janik
2020-08-28
Update level0 to 1.0 and unpack fatbins
Andrzej Janik
2020-08-05
Add support for cvta and global ld/st
Andrzej Janik
2020-08-05
Implement initial support for cvt instruction (only integer-to-integer)
Andrzej Janik
2020-08-03
Add support for parsing instruction cvt
Andrzej Janik
2020-08-01
Implement shift left
Andrzej Janik
2020-08-01
Implement negation
Andrzej Janik
2020-08-01
Add missing setp tests and fix bugs in bra support
Andrzej Janik
2020-07-31
Add support for some most common setp variants and fix a bug with branch cond...
Andrzej Janik
2020-07-31
Refactor unused code, add residency control
Andrzej Janik
2020-07-30
Refactor various functions for visiting/mapping statements and instructions i...
Andrzej Janik
2020-07-28
Remove the need for custom Arg types in middle-end
Andrzej Janik
2020-07-28
Parametrize Statement by Instruction and not by Arguments
Andrzej Janik
2020-07-28
Refactor code to support per-variable type definition in callbacks
Andrzej Janik
2020-07-27
Minor cleanup
Andrzej Janik
2020-07-26
Add support for integer addition
Andrzej Janik
2020-07-25
Implement integer multiplication
Andrzej Janik
[next]