Graphene CLI + quantization research (#1320)
* Implement skeleton for graphene-cli * Configure gpu surface on non wasm32 targets * Create window with full hd size * Create window using the graphen-cli * Use window size for surface creation * Reuse surface configuration * Reduce window size for native applications to 800x600 * Add compute pipeline test * Poll wgpu execution externally * Remove cache node after texture upload * Add profiling instructions * Add more debug markers * Evaluate extract node before flattening the network * Reenable hue saturation node for compilation * Make hue saturation node work on the gpu + make f32 default for user inputs * Add version of test files without caching * Only dispatch each workgroup not pixel * ICE * Add quantization to gpu code * Fix quantization * Load images at graph runtime * Fix quantization calculation * Feature gate quantization * Use git version of autoquant * Add license to `graphene-cli` * Fix graphene-cli test case * Ignore tests on non unix platforms * Fix flattening test
BIN
node-graph/graphene-cli/test_files/cat.jpg
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
node-graph/graphene-cli/test_files/cow_transparent.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
node-graph/graphene-cli/test_files/duck.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
node-graph/graphene-cli/test_files/football.jpg
Normal file
|
After Width: | Height: | Size: 334 KiB |
1329
node-graph/graphene-cli/test_files/gray.graphite
Normal file
1329
node-graph/graphene-cli/test_files/hue.graphite
Normal file
1329
node-graph/graphene-cli/test_files/id.graphite
Normal file
1329
node-graph/graphene-cli/test_files/invert.graphite
Normal file
1329
node-graph/graphene-cli/test_files/levels.graphite
Normal file
BIN
node-graph/graphene-cli/test_files/mansion.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
node-graph/graphene-cli/test_files/paper.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
node-graph/graphene-cli/test_files/pizza.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
node-graph/graphene-cli/test_files/pizza_transparent.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |