kompute : make scripts executable

This commit is contained in:
cebtenzzre 2023-10-23 11:46:26 -04:00
parent 21841d3163
commit cbc0d1af79
2 changed files with 2 additions and 0 deletions

1
kompute/scripts/convert_shaders.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Script to handle conversion of compute shaders to spirv and to headers
"""

1
undump.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import struct
import numpy as np
from pathlib import Path