Skip to content

Instantly share code, notes, and snippets.

View Infinoid's full-sized avatar

Infinoid

View GitHub Profile
@Infinoid
Infinoid / LICENSE.md
Last active August 31, 2025 14:26
clean up old cnpg volumesnapshots

Copyright 2025 Infinoid

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DE

@Infinoid
Infinoid / log_0.txt
Last active July 31, 2020 23:16
demonstrate rfactor loop complexity, https://github.com/halide/Halide/issues/5017
$ make && ./test2d | grep Store.g_in_f | grep 0,.1
clang++-10 -O3 -Wall -march=native -mtune=native -g -ggdb -fcolor-diagnostics -lHalide -rdynamic test2d.cpp -o test2d
produce f:
for j:
for i:
f(...) = ...
for r in [0, 5]:
for r in [0, 5]:
produce g_in_f:
g_in_f(...) = ...