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

Rewrite the DNN in a way that all the memory are passed from outside #53

Open
syifan opened this issue Apr 4, 2024 · 3 comments
Open
Labels
help wanted Extra attention is needed

Comments

@syifan
Copy link
Contributor

syifan commented Apr 4, 2024

No description provided.

@syifan syifan added the help wanted Extra attention is needed label Apr 8, 2024
@JunjoFor
Copy link

I have seen that dnn benchmarks don't have the option to use unified-gpu-memory. Is this related to that? I am interested in execute dnn workloads in unified gpus with unified memory and virtual memory. Could you give me more information about this topic?

@syifan
Copy link
Contributor Author

syifan commented Oct 24, 2024

@JunjoFor -unified-gpus and -use-unified-memory should be available to all the benchmarks.

@JunjoFor
Copy link

@syifan You can't run unified memory in dnn workloads, there is a panic in lenet, minerva, vgg16 and xor benchmarks. It is not implemented.

// SetUnifiedMemory asks the benchmark to use unified memory.
func (b *Benchmark) SetUnifiedMemory() {
	panic("unified memory is not supported by dnn workloads")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants