Skip to content

Commit

Permalink
[skip ci] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Mar 28, 2020
1 parent c2b9764 commit 3498ab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taichi/codegen/codegen_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class KernelGen : public IRVisitor {
"#define _ext_ns_f32(x) _extr_f32_[(x) >> 0]\n"
"#define _ext_ns_f64(x) _extr_f64_[(x) >> 0]\n";
}
kernel_header +=
if (used.atomic_float) { // {{{
kernel_header +=
"\
Expand Down

0 comments on commit 3498ab4

Please sign in to comment.