This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """Vector Addition Benchmark - GPU kernel with Flir Layout integration""" | |
| import sys | |
| import os | |
| import time | |
| sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../..')) | |
| import flydsl |