You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/digital/dialects_and_kernels/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Bloqade provides a set of pre-defined domain specific languages (DSLs), with whi
4
4
We call these DSLs dialects.
5
5
For a list of available dialects [see blow](#available-dialects).
6
6
7
-
Once you have defined your kernel, you can inspect their intermediate representation (IR), apply different optimizations using compiler passes, or run them on a [(simulator) device](./simulator_device/simulator_device.md).
7
+
Once you have defined your kernel, you can inspect their intermediate representation (IR), apply different optimizations using compiler passes, or run them on a [(simulator) device](../simulator_device/simulator_device.md).
8
8
9
9
!!! info "Kernels & dialects in a nutshell"
10
10
A **kernel** function is a piece of code that runs on specialized hardware such as a quantum computer.
0 commit comments