Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcao3 committed Jun 17, 2024
2 parents 76ee9a6 + e127f94 commit 97c38f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taichi/rhi/dx/dx_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ HRESULT create_compute_device(ID3D11Device **out_device,
#endif

if (FAILED(hr) || device == nullptr) {
TI_WARN("Failed to create D3D11 device with type {}: {}\n", int(driver_type),
driver_type_names[attempt_idx]);
TI_WARN("Failed to create D3D11 device with type {}: {}\n",
int(driver_type), driver_type_names[attempt_idx]);
continue;
}

Expand Down

0 comments on commit 97c38f6

Please sign in to comment.