and run /usr/local/opt/openssl/bin/c_rehashopenssl is keg-only, which means it was not symlinked into /usr/local,because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.If you need to have openssl first in your PATH run: echo 'export PATH="/...
docker docs data doxygen-input doxygen how-to debugging.rst faq.md hip_porting_driver_api.md hip_porting_guide.md hip_rtc.md logging.rst performance_guidelines.rst programming_manual.md install reference sphinx understand .gitignore conf.py device_md_gen.py gen_clang_option_doc.sh index.md li...
= hipSuccess) return EXIT_FAILURE; // Set the handle to use the new stream (must come after synchronization & before deletion of old stream) if(rocblas_set_stream(handle, new_stream) != rocblas_status_success) return EXIT_FAILURE; // Destroy the old stream (this step is optional but ...
UFW – Uncomplicated Firewall is a basic firewall that works very well and easy to configure with its Firewall configuration tool – gufw, or use Shorewall, fwbuilder, or Firestarter. Use Firestarter GUI to configure your firewall or refer to the Ubuntu Server Guide, UFW manual pages or the...
Pylint is useful, but many projects don’t use it. For example, I went and checked just now, and neither Twisted nor Django nor Flask nor Sphinx seem to use Pylint.Why wouldn’t these large, sophisticated Python projects use a tool that would automatically catch bugs for them?
build def install dlv_cert = "dlv-cert" File.open("dlv-cert.cfg", "w") do |file| file.write(%( [ req ] default_bits = 2048 # RSA key size encrypt_key = no # Protect private key default_md = sha512 # MD to use prompt = no # Prompt for DN distinguished_name = codesign_...
docker docs data doxygen-input doxygen how-to debugging.rst faq.md hip_porting_driver_api.md hip_porting_guide.md hip_rtc.md logging.rst performance_guidelines.rst programming_manual.md install reference sphinx understand .gitignore conf.py device_md_gen.py gen_clang_option_doc.sh index.md li...
The below sample shows how to use hipModuleGetFunction. #include<hip_runtime.h> #include<hip_runtime_api.h> #include<iostream> #include<fstream> #include<vector> #define LEN 64 #define SIZE LEN<<2 #ifdef __HIP_PLATFORM_AMD__ #define fileName "vcpy_isa.co" #endif #ifdef __HIP_PL...
modules.rst * improvements - use distinct names for files to highlight differences in configurations - be more precise on the terminology of an extension module - explain how to build a required module (always built-in) vs an optional module (built-in or dynamic) - address Ezio's review *...
Hi, I'm a developer for the Spack package manager. We've had a setuptools package that has worked fine for a while now, and the vast majority of our Python packages depend on it. However, I went to update to the latest version of setupto...