Code modification and application method #621
Replies: 2 comments 3 replies
-
Hi @DoyoonKim0209 , that looks correct. If it doesn't work, can you post the error message? Note, that it is in general somewhat more involved to modify C++ files, so you might first want to familiarize yourself with it. For most things it should not be necessary. All simulation settings are accessible from the python frontend. |
Beta Was this translation helpful? Give feedback.
-
Just as an advice, I would not try to modify the C++ files if it can be avoided. It is easy to introduce new errors if you are not carefully testing for it. Changing c-TTv2 to TTv2 is actually already supported without any changes you just have to set the chopper probability ( |
Beta Was this translation helpful? Give feedback.
-
I want to apply the changes I made to the code in AIHWKIT and run the simulation.
I applied the method on Linux, but it doesn't seem to work well.
The method I used is as follows:
After downloading the files with git clone, I modified the cpp code and then executed the following code:
python setup.py build_ext --inplace -DUSE_CUDA=ON -DRPU_CUDA_ARCHITECTURES='86'
If I am wrong, I would like to know what method I should use.
Beta Was this translation helpful? Give feedback.
All reactions