Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2022
1 parent 6e8d2ca commit 9dfda85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion taichi/rhi/vulkan/vulkan_device_creator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@ void VulkanDeviceCreator::create_logical_device(bool manual_create) {
if (CHECK_VERSION(1, 3) ||
buffer_device_address_feature.bufferDeviceAddress) {
if (device_supported_features.shaderInt64) {
// Temporarily disable it on macOS: https://github.com/taichi-dev/taichi/issues/6295
// Temporarily disable it on macOS:
// https://github.com/taichi-dev/taichi/issues/6295
#if !defined(__APPLE__)
caps.set(DeviceCapability::spirv_has_physical_storage_buffer, true);
#endif
Expand Down

0 comments on commit 9dfda85

Please sign in to comment.