• Paul Fultz II's avatar
    Add option to do offload copying automatically (#403) · 81b0ff5d
    Paul Fultz II authored
    * Add compiler options
    
    * Add copy operators
    
    * Formatting
    
    * Use run_passes in tests
    
    * Formatting
    
    * Use run_pass in schedule test
    
    * Formatting
    
    * Add compile_options to get_passes in target
    
    * Formatting
    
    * Offload copy option
    
    * Formatting
    
    * Copy using pinned memory
    
    * Formatting
    
    * Improve performance of gpu copying
    
    * Formatting
    
    * Dont copy
    
    * Formatting
    
    * Always make an extra copy
    
    * Formatting
    
    * Remove unused write op
    
    * Add missing include
    
    * Remove copy_to_gpu function in python api
    
    * Make offload copy disabled by default on C++
    
    * Formatting
    
    * Fix tidy issues
    
    * Formatting
    
    * Fix namespace
    
    * Fix python tests
    
    * Turn clang format off since its broken
    
    * Fix compile error on gcc 5
    
    * Remove commented code
    81b0ff5d
target.cpp 3.33 KB