Problem with simulating executable linked with multiple objectives #295
-
I'm new to Accel-Sim. I've recently been setting up accel-sim and trying various things. I have a question. I'm starting to simulate simple toy examples. Q1) Is there a specific way to handle this? following works :
following doesn't work :
Q2) Sorry if the information is already available somewhere. I'm just starting to study this, and I'm feeling quite overwhelmed, so I'm writing this post. I'll wait for any kind of response, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For Q1) Can you post the complete error log as well to aid debugging? It could be that you are using For Q2) Yes you can run your own kernel with |
Beta Was this translation helpful? Give feedback.
Did you include cuda function call in the
main.cu
function? If you don't include that, likely compiler will optimize it out and won't include the PTX code.