Skip to content

Commit

Permalink
[release] 微软我实名草尼马
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Aug 23, 2022
1 parent 26f445e commit 4f5f29a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:
strategy:
matrix:
include:
- label: x86_64-linux-cpu
os: ubuntu-18.04
triplet: x64-linux
cxx: g++-9
gpu: cpu
pkgext: tar.gz
#- label: x86_64-linux-cpu
#os: ubuntu-18.04
#triplet: x64-linux
#cxx: g++-9
#gpu: cpu
#pkgext: tar.gz
- label: x86_64-windows-cpu
os: windows-2022
triplet: x64-windows
gpu: cpu
pkgext: zip
- label: x86_64-linux-cuda
os: ubuntu-18.04
triplet: x64-linux
cxx: g++-10
gpu: cuda
pkgext: tar.gz
#- label: x86_64-linux-cuda
#os: ubuntu-18.04
#triplet: x64-linux
#cxx: g++-10
#gpu: cuda
#pkgext: tar.gz
- label: x86_64-windows-cuda
os: windows-2022
triplet: x64-windows
Expand Down
2 changes: 1 addition & 1 deletion zeno/src/nodes/neo/PrimWeld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ struct PrimWeld : INode {
auto bit = prim->loops.begin() + base;
auto eit = prim->loops.begin() + (base + len);
auto mit = std::unique(bit, eit);
std::fill(mit, eit, 0); // not used anyway...
std::fill(mit, eit, 0); // not used anyway... prune later
len = mit - bit;
}
prim->polys->erase(std::remove_if(prim->polys.begin(), prim->polys.end(), [&] (auto const &ply) {
Expand Down

0 comments on commit 4f5f29a

Please sign in to comment.