diff --git a/kompute/scripts/convert_shaders.py b/kompute/scripts/convert_shaders.py old mode 100644 new mode 100755 index 9375b6701..11a3ab974 --- a/kompute/scripts/convert_shaders.py +++ b/kompute/scripts/convert_shaders.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ Script to handle conversion of compute shaders to spirv and to headers """ diff --git a/undump.py b/undump.py old mode 100644 new mode 100755 index db19ffe69..c3d8993be --- a/undump.py +++ b/undump.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import struct import numpy as np from pathlib import Path