implementation: continued writing transpiler section
Some checks failed
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Has been cancelled

This commit is contained in:
2025-05-04 13:54:05 +02:00
parent 18d89e27ca
commit b69a3efe96
5 changed files with 134 additions and 15 deletions

View File

@ -266,6 +266,7 @@ function load_into_register(register::String, loadLocation::String, valueIndex::
mad.lo.u64 $tempReg, $setIndexReg64, $(setSize*BYTES), $((valueIndex - 1) * BYTES);
add.u64 $tempReg, $loadLocation, $tempReg;
ld.global.f32 $register, [$tempReg];"
#TODO: This is not the most efficient way. The index of the set should be calculated only once if possible and not like here multiple times
end
function type_to_ptx_type(type::DataType)::String