How To Install spirv-llvm8 on Fedora 36
Introduction
In this tutorial we learn how to install spirv-llvm8
on Fedora 36.
What is spirv-llvm8
Khronos LLVM 8.0 to SPIRV Translator. This is a library to be used by Mesa for OpenCL support. It translate LLVM IR to Khronos SPIR-V. It also includes a standalone tool used for building libclc.
We can use yum
or dnf
to install spirv-llvm8
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spirv-llvm8.
Install spirv-llvm8 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install spirv-llvm8
using dnf
by running the following command:
sudo dnf -y install spirv-llvm8
Install spirv-llvm8 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spirv-llvm8
using yum
by running the following command:
sudo yum -y install spirv-llvm8
How To Uninstall spirv-llvm8 on Fedora 36
To uninstall only the spirv-llvm8
package we can use the following command:
sudo dnf remove spirv-llvm8
spirv-llvm8 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/5d46b6e949b85e06acb5e6cf26e9fa5c3afd40
/usr/lib/libLLVMSPIRVLib.so.8
/usr/share/doc/spirv-llvm8.0-translator
/usr/share/doc/spirv-llvm8.0-translator/README.md
/usr/share/licenses/spirv-llvm8.0-translator
/usr/share/licenses/spirv-llvm8.0-translator/LICENSE.TXT
References
Summary
In this tutorial we learn how to install spirv-llvm8
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install spirv-llvm8 on Fedora 36” linkTitle: “spirv-llvm8” type: “docs” description: “In this tutorial we learn how to install spirv-llvm8 in Fedora 36. spirv-llvm8 is Development files for LLVM 8.0 to SPIRV Translator” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/spirv-llvm8-featured.png
Introduction
In this tutorial we learn how to install spirv-llvm8
on Fedora 36.
What is spirv-llvm8
This package contains libraries and header files for developing against spirv-llvm-translator
We can use yum
or dnf
to install spirv-llvm8
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spirv-llvm8.
Install spirv-llvm8 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install spirv-llvm8
using dnf
by running the following command:
sudo dnf -y install spirv-llvm8
Install spirv-llvm8 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spirv-llvm8
using yum
by running the following command:
sudo yum -y install spirv-llvm8
How To Uninstall spirv-llvm8 on Fedora 36
To uninstall only the spirv-llvm8
package we can use the following command:
sudo dnf remove spirv-llvm8
spirv-llvm8 Package Contents on Fedora 36
---
title: "How To Install spirv-llvm8 on Fedora 36"
linkTitle: "spirv-llvm8"
type: "docs"
description: "In this tutorial we learn how to install spirv-llvm8 in Fedora 36. spirv-llvm8 is LLVM 8.0 to SPIRV Translator"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/spirv-llvm8-featured.png
---
## Introduction
In this tutorial we learn how to install `spirv-llvm8` on Fedora 36.
### What is `spirv-llvm8`
> Khronos LLVM 8.0 to SPIRV Translator. This is a library to be used by Mesa for OpenCL support. It translate LLVM IR to Khronos SPIR-V. It also includes a standalone tool used for building libclc.
We can use `yum` or `dnf` to install `spirv-llvm8` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spirv-llvm8.
## Install spirv-llvm8 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install spirv-llvm8
using dnf
by running the following command:
sudo dnf -y install spirv-llvm8
Install spirv-llvm8 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spirv-llvm8
using yum
by running the following command:
sudo yum -y install spirv-llvm8
How To Uninstall spirv-llvm8 on Fedora 36
To uninstall only the spirv-llvm8
package we can use the following command:
sudo dnf remove spirv-llvm8
spirv-llvm8 Package Contents on Fedora 36
/usr/include/LLVMSPIRVLib
/usr/include/LLVMSPIRVLib/LLVMSPIRVExtensions.inc
/usr/include/LLVMSPIRVLib/LLVMSPIRVLib.h
/usr/include/LLVMSPIRVLib/LLVMSPIRVOpts.h
/usr/lib/libLLVMSPIRVLib.so
/usr/lib/pkgconfig/LLVMSPIRVLib.pc
References
Summary
In this tutorial we learn how to install spirv-llvm8
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/8a /usr/lib/.build-id/8a/8356ae87b865f0be479df317b9328a23d39f7d /usr/lib64/libLLVMSPIRVLib.so.8 /usr/share/doc/spirv-llvm8.0-translator /usr/share/doc/spirv-llvm8.0-translator/README.md /usr/share/licenses/spirv-llvm8.0-translator /usr/share/licenses/spirv-llvm8.0-translator/LICENSE.TXT
title: “How To Install spirv-llvm8 on Fedora 36” linkTitle: “spirv-llvm8” type: “docs” description: “In this tutorial we learn how to install spirv-llvm8 in Fedora 36. spirv-llvm8 is Development files for LLVM 8.0 to SPIRV Translator” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/spirv-llvm8-featured.png
---
## Introduction
## References
In this tutorial we learn how to install `spirv-llvm8` on Fedora 36.
* [spirv-llvm8 website](https://github.com/KhronosGroup/SPIRV-LLVM-Translator)
### What is `spirv-llvm8`
## Summary
> This package contains libraries and header files for developing against spirv-llvm-translator
In this tutorial we learn how to install `spirv-llvm8` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
We can use `yum` or `dnf` to install `spirv-llvm8` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spirv-llvm8.
## Install spirv-llvm8 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install spirv-llvm8
using dnf
by running the following command:
sudo dnf -y install spirv-llvm8
Install spirv-llvm8 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spirv-llvm8
using yum
by running the following command:
sudo yum -y install spirv-llvm8
How To Uninstall spirv-llvm8 on Fedora 36
To uninstall only the spirv-llvm8
package we can use the following command:
sudo dnf remove spirv-llvm8
spirv-llvm8 Package Contents on Fedora 36
/usr/include/LLVMSPIRVLib
/usr/include/LLVMSPIRVLib/LLVMSPIRVExtensions.inc
/usr/include/LLVMSPIRVLib/LLVMSPIRVLib.h
/usr/include/LLVMSPIRVLib/LLVMSPIRVOpts.h
/usr/lib64/libLLVMSPIRVLib.so
/usr/lib64/pkgconfig/LLVMSPIRVLib.pc
References
Summary
In this tutorial we learn how to install spirv-llvm8
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install spirv-llvm8 on Fedora 36” linkTitle: “spirv-llvm8” type: “docs” description: “In this tutorial we learn how to install spirv-llvm8 in Fedora 36. spirv-llvm8 is Standalone llvm 8.0 to spirv translator tool” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/spirv-llvm8-featured.png
Introduction
In this tutorial we learn how to install spirv-llvm8
on Fedora 36.
What is spirv-llvm8
This package contains the standalone llvm 8.0 to spirv tool.
We can use yum
or dnf
to install spirv-llvm8
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spirv-llvm8.
Install spirv-llvm8 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install spirv-llvm8
using dnf
by running the following command:
sudo dnf -y install spirv-llvm8
Install spirv-llvm8 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install spirv-llvm8
using yum
by running the following command:
sudo yum -y install spirv-llvm8
How To Uninstall spirv-llvm8 on Fedora 36
To uninstall only the spirv-llvm8
package we can use the following command:
sudo dnf remove spirv-llvm8
spirv-llvm8 Package Contents on Fedora 36
/usr/bin/llvm-spirv
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/5f3248c1b8bc521e226d16b38164e5f794c028
References
Summary
In this tutorial we learn how to install spirv-llvm8
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).