Skip to content

nishsab/cs219_hsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS219 HSA

Out of the box version of the hsa-python library with toy example. We did not write any the HSA code

Group Members
Allen Huang
Can Aygün
Daniel Achee
Nishant Sabharwal
Zixuan Zhong

1. Configuration

You should use either Option 1 or Option 2 (not both) depending on your Python environment. <<<<<<< HEAD

1.1. Option 1: Python 2

Peyman Kazemian wrote this python library in Python 2. If the version of Python installed on your machine is 2.x (Execute the python -V command to check the Python version), please configure the hsa-python library by this command:

source configure.sh

1.2. Option 2: Conda

If you want to manage multiple Python environments with Conda and already have Conda installed, try this command instead:

source configure_conda.sh

2. The Toy Example

Go to the example folder:

cd ./cs219_toy_example

2.1. Reachability Analysis

python run_reachability.py

2.2. Loop Detection

python run_loop_detection.py

About

Out of the box version of HSA with toy example. *We did not write any the HSA code*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages