for debugging purposes: dumps the binary content of this buffer into a file
| 174 | |
| 175 | //! for debugging purposes: dumps the binary content of this buffer into a file |
| 176 | bool dump_binary_to_file(const device_queue& cqueue, const std::string& file_name) { |
| 177 | return device_memory::dump_binary_to_file(*this, size, cqueue, file_name); |
| 178 | } |
| 179 | |
| 180 | protected: |
| 181 | //! constructs a buffer of the specified size, using the host pointer as specified by the flags |
nothing calls this directly
no outgoing calls
no test coverage detected