• Paul Fultz II's avatar
    Add initial code generation (#762) · 581d31b0
    Paul Fultz II authored
    
    
    * Add code object op
    
    * Formattting
    
    * Add more value tests
    
    * Formatting
    
    * Fix from_value conversion from binary
    
    * Formatting
    
    * Dont use offload copy
    
    * Remove iostream header
    
    * Fix compilation errors
    
    * Formatting
    
    * Rename var
    
    * Add missing files
    
    * Formatting
    
    * Remove duplicate variable
    
    * Remove comment
    
    * Template the function so sfinae will work
    
    * Formatting
    
    * Use template specialization since ADL is broken on hcc
    
    * Formatting
    
    * Annotate the constructor with HD for hcc
    
    * Make variable const
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    581d31b0
compile_hip.cpp 2.94 KB