Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when L2 cache disabled #319

Open
andy-shiyi-liu opened this issue Mar 17, 2025 · 0 comments
Open

Segmentation fault when L2 cache disabled #319

andy-shiyi-liu opened this issue Mar 17, 2025 · 0 comments

Comments

@andy-shiyi-liu
Copy link

I am running GPGPU-Sim with modified gpgpusim.config file to test performance under different setups. Based on configs/tested-cfgs/SM75_RTX2060/gpgpusim.config, I disabled L2 cache by changing line 114:

Image

Then when I run GPGPU-Sim with L2 cache disabled, I met a segmentation fault.

Image

I suspect this fault is caused by not detecting whether L2 cache is disabled when executing force_tag_access() during cudaMemcpy(). If not, could someone tell me a way to avoid this segmentation fault? Thanks!

I am running with GPGPU-Sim v4.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant