How to protect proprietary source code? #18999
Replies: 1 comment
-
It sounds like what you're looking for is capability to do Ahead-of-time compilation in a way that will produce portable compilation artifacts that can be loaded on other systems. I'm not aware of any supported feature along these lines in JAX: ahead-of-time compilation tools currently focus on non-portable artifacts used for cacheing within a single system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to compile proprietary source code to protect / obfuscate it? Like if you compiled a function to XLA on one machine and then ran it on an insecure physical (not cloud) machine?
I saw there is some pickling functionality but don't think this is exactly what I'm looking for?
Beta Was this translation helpful? Give feedback.
All reactions