Skip to content

Commit

Permalink
kompute : make scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre committed Oct 23, 2023
1 parent a8ed8c8 commit 2dee602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kompute/scripts/convert_shaders.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Script to handle conversion of compute shaders to spirv and to headers
"""
Expand Down
1 change: 1 addition & 0 deletions undump.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import struct
import numpy as np
from pathlib import Path
Expand Down

0 comments on commit 2dee602

Please sign in to comment.