Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cameron
  • parabix-devel
  • Issues
  • #63

Closed
Open
Created Jul 09, 2024 by cameron@cameronMaintainer

Bug with new ComputedUTFHierarchy - Pablo issue?

ag1

The branch computed-UTF-if-hierarchy at commit 82237765 has logic for finer grained if-hierarchy creation with the UTF compiler.

There is currently an issue of incorrect output being produced.

On cs-osl-11, the following command illustrates the incorrect output.

cameron@cs-osl-11:~/parabix-devel/build12$ bin/nfd -UseComputedUTFHierarchy ag1 | hexdump -C
00000000  db 80 00 0a                                       |....|
00000004

The correct output is produced with the default hierarchy.

cameron@cs-osl-11:~/parabix-devel/build12$ bin/nfd ag1 | hexdump -C
00000000  db 95 d9 94 0a                                    |.....|
00000005

Note that the output can also be compared with that produced by uconv -x any-nfd:

cameron@cs-osl-11:~/parabix-devel/build12$ uconv -x any-nfd ag1 |hexdump -C
00000000  db 95 d9 94 0a                                    |.....|
00000005
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking