aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/validation/Validation.cpp
AgeCommit message (Expand)Author
2023-09-22Add row vector and scalar access support to tile operandViet-Hoa Do
2023-08-30Implement indirect load for buffer and CLImageGunes Bayir
2023-08-30Add get_global_id and printf for CKWViet-Hoa Do
2023-08-29Fix load/store tests in CKWGunes Bayir
2023-08-29Add CKW flow control writing methodsViet-Hoa Do
2023-08-29Add declare_constant_tile API function in CKWGunes Bayir
2023-08-24Add CKW binary and ternary statementsViet-Hoa Do
2023-08-22Add CKW writing methods for CL unary opsViet-Hoa Do
2023-08-18Implement load/store API functionsGunes Bayir
2023-08-07Add kernel argument emittingViet-Hoa Do
2023-07-20Integrate CLTensorArgumentGian Marco Iodice
2023-07-12Add tile declaration capability in KernelWriterGunes Bayir
2023-07-11Add kernel and kernel writer skeletonsViet-Hoa Do
2023-07-07Fix code formatting in CKWNikolaj Jensen
2023-06-29Fix CKW test failureViet-Hoa Do
2023-06-20Implement CLConstantTileGian Marco Iodice
2023-06-01Add CMakeLists to Compute Kernel WriterJakub Sujak
2023-05-24Prepare the basic types for the compute kernel writer (CKW)Gian Marco Iodice