Skip to content

Commit

Permalink
metal not supported on current OS
Browse files Browse the repository at this point in the history
  • Loading branch information
rgu committed Jun 18, 2021
1 parent 60f6a37 commit f5ad929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/backends/metal/kernel_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ class KernelManager::Impl {
}

BufferMetaData get_buffer_meta_data() {
return buffer_meta_data_;
TI_ERROR("Metal not supported on the current OS");
}

void launch_taichi_kernel(const std::string &taichi_kernel_name,
Expand Down

0 comments on commit f5ad929

Please sign in to comment.